Skip to content

πŸ”ŒπŸ’»πŸ“œRESTful API for a Notes application.πŸ“₯πŸ“€πŸ“

Notifications You must be signed in to change notification settings

JanCarlosRamirezM/Server-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RESTful API for a Notes application. πŸ”ŒπŸ”’πŸ“‘

πŸ…πŸ’‘ In this notes application, the user will be able to organize their personal information through notes files. This means that the user once registered in the application will be able to: add notes, edit them, delete them and see a list of them.

Previous installation on the pc πŸ’»

  • git πŸ“‘

  • Nodejs πŸ”₯βš‘πŸ”Œ

  • MongoDB πŸ“‚πŸ“‘πŸ’‘

Install πŸ±β€πŸ

  1. πŸ“Έ Clone the repository git clone [email protected]:JanCarlosRamirezM/Server-Notes.git

  2. πŸ€– Go to the project folder from the terminal

  3. 🐾To install all the dependencies of the project run the command: npm install

  4. Set your URI_mongoDB in the file ./Server/config/config.js

  5. πŸ±β€πŸ After installing the dependencies, start the server with the command: npm test

Documentation πŸ“–

This RESTful API is already in production, if you are interested in consuming its services. See the following documentation: πŸ“–πŸ“‘πŸ”Œ