Skip to content

jasondiazg/todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-api

This repository is used to teach about nodejs, express and mongodb.

The API manages:

  1. Authentication through jwt.
  2. User model (GET, POST, PUT, DELETE).
  3. To-do model (GET, POST, PUT, DELETE, PATCH).
  4. Student model (GET, POST, PUT, DELETE).

Steps to run application

  1. Install MongoDB in your localhost. More information.
  2. Install MongoDB Compass to admin your database (Optional) More information.
  3. Clone the repo git clone [email protected]:jasondiazg/todo-api.git or git clone https://github.com/jasondiazg/todo-api.git.
  4. Install dependencies npm install.
  5. Execute project npm start.

This API is managed with an UI in this other project Todo-App.

About

This repository is used to teach about nodejs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published