Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 754 Bytes

File metadata and controls

24 lines (15 loc) · 754 Bytes

REST-APi

REST API created using MEAN

REST is acronym for REpresentational State Transfer. MEAN is acronym for Mongo, Express, Angular, Node.

  • MongoDB acts as the database for the application.
  • ExpressJS is a web framework for NodeJS, used as backend in our application.
  • Angular is the client side we framework.
  • NodeJS is the layer where our server will run.

Run the following command in the directory to install all the dependenices.

npm install

Please add your own database link in the 'views/tasks.js' file.

Screenshot

Actual Interface

Acknowledgment