#NodeJS #TaskManagerAPI
Prerequisites
Make sure you have the following installed before running the game:
Node.js: Download NodeJS
Installation
- Clone the repo
git clone https://github.com/daniel-vuky/nodejs-task-manager-api-express.git
- Navigate to the project directory:
cd nodejs-task-manager-api-express
- Install dependencies:
npm install
- Config the .env
- Enjoy the APIs
Users routes:
GET users/login
POST users/register
GET users/current
Tasks routes
GET tasks/ => get list task
POST tasks => create task
GET tasks/:id => get task by id
PUT tasks/:id => update task
DELETE tasks/:id => delete task
Contributing Feel free to fork and drop some feedback for me. Thanks!
License This project is licensed under the MIT License - see the LICENSE file for details.