Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 362 Bytes

File metadata and controls

9 lines (6 loc) · 362 Bytes

Dictionary App Backend

This repo contains backend code for our project Dictionary App which is our minor project of 6th semester.

Getting Started

  • 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.