Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 383 Bytes

ToDo List RESTful webservice

Written in Node.js

The project has two versions in different branches:

-Use MongoDB branch for a NoSQL implementation.

-Use PostgreSQL branch for a SQL based-implementation.

Usage information for both the branches is different, refer to routes.js file to see different calls.

All new features and developments are initially in development branch