To-do application. Start the application with "npm run dev" locally.
Technologies using:
- Nodejs
- Express
- REST APIs
- Postgre SQL -Sequelize
- Unit testing
- Postman API testing
- Docker
- Airbnb style guide
- React,CSS and bootstarp
Implemented API's for this story cards
- As a user, I should be able to add a task.
- As a user, I should be able to list all my tasks.
- As a user, I should be able to see all my completed tasks.
- As a user, I should be able to edit my task.
- As a user, I should be able to delete my task.
- As a user, I should be able to mark a task as completed.