This repo contains backend code for our project Dictionary App which is our minor project of 6th semester.
- Go to the terminal, inside the root directory of the project and run
npm install. - Install nodemon by using the following command
npm i nodemon. - Run server by following command
nodemon server.js.