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-athon
has the frontend 👀de-bug-athon_server
has the backend 😏
- Create an account here
- Move to your creds here 🔐
cd de-bug-athon_server
from the root folder of this clone repository.- Rename
.example.nodemon.json
tonodemon.json
- Enter your
CLIENT_ID
andCLIENT_SECRET
into the file renamed above from thecreds
page ofjdoodle
. - Enter your
MONGO_URI
as well to connect the server to the database. npm i
oryarn install
to install the dependencies involved in the project. [P.S. - I preferyarn
]npm start
oryarn start
to 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
users
andcodes
- Example data can be found inside
sample_data
asusers.json
andcodes.json
- cd
de-bug-athon
- Rename
.example.env
to.env
for less painful time 😛 - Update
src/shared/baseUrl.js
with the url where your backend is running. [by default this is localhost] npm i
oryarn install
to install the dependencies involved in the project. [P.S. - I preferyarn
]npm start
oryarn start
to run the project in development mode.
(: The setup is done! Happy coding!