| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In order to run this project locally, simply fork and clone the repository or download as zip and unzip on your machine.
In the first terminal
$ cd Frontend $ npm install (to install frontend-side dependencies) $ npm run start (to start the frontend)
In the second terminal
# --- Config.env --- NODE_ENV = production PORT =5000 URI =http://localhost:3000 MONGO_URI = ACCESS_TOKEN_SECRET= ACCESS_TOKEN_EXPIRY=1d REFRESH_TOKEN_SECRET= REFRESH_TOKEN_EXPIRY=10d RESET_PASSWORD_EXPIRE = SMTP_HOST = "smtp.gmail.com" SMTP_PORT = SMTP_USERNAME = SMTP_PASSWORD = SMTP_FROM_EMAIL = CONTACT_US_EMAIL = FRONTEND_URL=http://localhost:5173
# --- Terminal --- $ npm install (to install backend-side dependencies) $ npm start (to start the backend)
This project was created using the following technologies.
| Back | FazBrowse Home | New Git URL |