Using v0.5.5-beta ( Latest Beta v0.5.5-beta Latest Stable v0.5.0 )
Made with ❤ By ByteMakers
Please give this repo a ⭐ it really helps us!
The Developer Team behind Devcode. This project wouldn't have been possible without them and our awesome contributors.
- @devarshishimpi [ Owner, Developer Team, Support Team ]
- @abhinandanwadwa [ Owner, Developer Team, Support Team ]
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's Code of Conduct
.
Make Sure You Have MongoDB and NodeJS Installed.
To deploy this project navigate to the backend folder and run
cd backend
npm install
node index.js
or
nodemon
Create a .env
file in the backend folder and add the following
JWT_SECRET = "RANDOMSTRINGMUSTNOTCHANGE"
mongoURI = "MONGO_URI"
CLOUD_NAME = "YOUR_CLOUD_NAME"
CLOUD_KEY = "YOUR_API_KEY"
CLOUD_KEY_SECRET = "YOUR_CLOUD_KEY_SECRET"
To deploy this project navigate to the frontend folder and run
cd frontend
npm install
npm start
Navigate to http://localhost:3000/
If you have any feedback, please reach out to us at [email protected]