Skip to content

daniel-vuky/nodejs-task-manager-api-express

Repository files navigation

#NodeJS #TaskManagerAPI

npm Static Badge

Prerequisites

Make sure you have the following installed before running the game:

Node.js: Download NodeJS

Installation

  1. Clone the repo
git clone https://github.com/daniel-vuky/nodejs-task-manager-api-express.git
  1. Navigate to the project directory:
cd nodejs-task-manager-api-express
  1. Install dependencies:
npm install
  1. Config the .env
  2. 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.