Skip to content

nicoguedes/ejc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EJC - REST API

Node.js Backend Application storing data in a MongoDB NoSQL Database to manage volunteering events, by maintaining people and teams. The concept is that more times you participate on events, more likely to become a team coordinator you are. These features are not included yet in the project.

Instalation

  1. Set MongoDB endpoint in /config/database.config.js
$ mongod
$ npm install
$ npm start

Authentication and Authorization

This application has a middleware that verifies a JWT Token for all the controllers. The JWT is generated by a .NET Core API: https://github.com/viniciusmpg/Ejc.Auth

Next Steps

  • Automated tests

About

Node.js REST API - MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published