Skip to content

Simple Task Manager REST API built with Node.js / Express.js and MongoDB (Mongoose)

Notifications You must be signed in to change notification settings

dumartinetj/node-task-manager-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager API - V1.0

Small Task Manager API using Node.js & Express.js with MongoDB / Mongoose

Prerequisites

node.js >= 4
npm

Installation

Create .env file from template :

PORT=3000
SENDGRID_API_KEY=YOUR_API_KEY
JWT_SECRET=YOUR_SECRET
DATABASE_URL=YOUR_DB_URL

Install npm packages

npm install

DEV

Start node server for DEV

npm run dev

TESTS

Run tests (Jest, Supertest)

npm run test

Deployment PROD

Push to production

git push heroku master

About

Simple Task Manager REST API built with Node.js / Express.js and MongoDB (Mongoose)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published