Skip to content

lampropoi/todolist-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todolist-be

This is an API developed in Node.js for CRUD a todo list.

The data are stored in a non relational db (with the usage of mongoose) and for the routing of the API I used Epress.js. For tests, I used Jasmine. Use the following commands:

Install all the dependencies

npm install

View the full apidoc

npm doc

Run the tests

npm jasmine

Start the server

npm start

Enjoy it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published