Devcode
Devcode copied to clipboard
Grow, Share And Connect With Developers
⚠️⚠️ THIS REPOSITORY IS NO LONGER MAINTAINED AND NOW IS A PUBLIC ARCHIVE. ⚠️⚠️
DEVCODE
Grow, Share And Connect With Developers

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!

Team
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 ]
Contributing

Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's Code of Conduct.
Deployment

Make Sure You Have MongoDB and NodeJS Installed.
Deploying Backend
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"
Deploying Frontend

To deploy this project navigate to the frontend folder and run
cd frontend
npm install
npm start
Navigate to http://localhost:3000/
Feedback

If you have any feedback, please reach out to us at [email protected]