The motive of de-bug-athon is to get the rightly deserving candidates in a hiring process, because if you can resolve a bug, you can do anything 📛
This awesome project will be deployed soon :)
This is an open-source project, feel free to enhance the same by your valuable contributions. Make sure to follow the open-source contribution guidelines.
In order to setup the project locally, follow the steps:
- Fork on GitHub
- Clone the forked repository.
de-bug-athonhas the frontend 👀de-bug-athon_serverhas the backend 😏
- Create an account here
- Move to your creds here 🔐
cd de-bug-athon_serverfrom the root folder of this clone repository.- Rename
.example.nodemon.jsontonodemon.json - Enter your
CLIENT_IDandCLIENT_SECRETinto the file renamed above from thecredspage ofjdoodle. - Enter your
MONGO_URIas well to connect the server to the database. npm ioryarn installto install the dependencies involved in the project. [P.S. - I preferyarn]npm startoryarn startto run the project in development mode.- You can find the postman documentation here
- You would also need to setup your database, i.e., add 2 collections namely
usersandcodes - Example data can be found inside
sample_dataasusers.jsonandcodes.json
- cd
de-bug-athon - Rename
.example.envto.envfor less painful time 😛 - Update
src/shared/baseUrl.jswith the url where your backend is running. [by default this is localhost] npm ioryarn installto install the dependencies involved in the project. [P.S. - I preferyarn]npm startoryarn startto run the project in development mode.
(: The setup is done! Happy coding!
