This is a Node js Hiring Tournament - Season 2.
- You will need to have node installed in your machine
- You must have git client installed in your machine.
- You should also have any SQL/noSQL databse installd in your machine. (e.g MongoDB)
- If you don't have any of the DB installed, then you can use SQLite too.
node v14.15.1
npm inpm run dev- Running
npm run devwill eventually start mongoDB and all it's dependency. - If you encounter any error related to MongoDB, please refer the attached document below.
npm run start-dbnpm run stop-dbnpm run mongohttps://docs.mongodb.com/manual/administration/install-community/