Skip to content

[GETTY.io] Back-end Challenge - Simple Projects Manager REST API

License

Notifications You must be signed in to change notification settings

mdelclaro/gettyio-challenge-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GETTY.io Challenge - Node.js API

This API has all the basic CRUD operations for managing "projects" with MongoDB using mongoose.

All the routes are authenticated by using JWT tokens, so the API also creates users.

Before anything, run npm install to install the modules.

Running:

$ npm install 
$ npm start

Testing:

On the .env file change "TEST" to true, and then:

$ npm test

About

[GETTY.io] Back-end Challenge - Simple Projects Manager REST API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published