Skip to content

eugene-maximenko/Task-Manager-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

Task Manager is a REST API I created during Node.js course by Andrew Mead. You can address to users and tasks resourses to play with GET, POST, DELETE and PATCH requests.

Getting Started

Download this repository on your machine and the soft listed below and run.

Also, you would need a config directory with dev.env and test.env files. Inside of them set the PORT, SENDGRID_API_KEY, MONGODB_URL and JWT_SECRET.

All the endpoints for task resourses are described in task.js and for user resourses in user.js.

Prerequisites

Nice to have on your machine the next software:

Running the tests

Run the command npm tun test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published