CodeQuest is a collaborative platform for developers to share their code, troubleshoot issues, and engage with other coders. Whether you need help with a bug, want feedback on your code, or simply want to contribute to open discussions, CodeQuest offers a space for knowledge exchange and community-driven learning.
To run this project, you will need to make .env file and add the following environment variables to your .env file for JWT_KEY make your own key for cookies and MONGODB_LINK put your own mongodb Database link.
MONGODB_LINK
JWT_KEY
Install code-Quest with git
git clone https://github.com/ftteddy/code-quest.git
cd code-Quest
npm install for instaling npm pkg.
npm install
node index.js for starting server locally
node index.js
Contributions are always welcome!
Open an issue and work on Contributing on that.