Skip to content

Psycodes/REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

REST API created using MEAN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published