The Backend node js application for the interview quiz app
Node-express project for apis for the Interview Quiz app
The project shows basic CRUD operations using Mongoose for a mongodb
- Install dependencies npm install
- Install the following plugins in Visual Studio Code a. ESLint b. Prettier - Code formatter
- Run the node app npm start
- Install heroku-cli
- login using your heroku credentials
- heroku create (for first time) -> (checks for Procfile, if not present uses 'npm start')
- git push heroku master
- check logs at 'heroku logs -t'