Skip to content

DEPRECATED!! Starter for a Node.js REST Application using MongoDB and JSON Web Token

License

Notifications You must be signed in to change notification settings

pedrokehl/starter-nodejs-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate

- DEPRECATED!!!
- This project was made more than one year ago, and is not maintained anymore.

[DEPRECATED] Starter for a NODE.js REST Application

Boilerplate using Node.js, MongoDB and JSON Web Token.

Features:

  • MongoDB connection with easy configuration
  • Client folder will use the same host of your API
  • Token validation to protect your API
  • Easy project structure to create routes and controllers in separate files
  • Login and registration
  • Recover account sending an email with an unique token
  • Easy environment configuration
  • Usage of ES6's features
  • Airbnb code style
  • HTML email template
  • Log all requests and errors easily
  • Mongoose schemas

Requirements

Getting Started

# Get the latest snapshot
git clone --depth=1 https://github.com/pedrokehl/starter-nodejs-rest.git

# Change directory
cd starter-nodejs-rest

# Install NPM dependencies
npm install

# Start your mongoDB and then simply start your app
npm start

What's next?

  • Client side example with React

About

DEPRECATED!! Starter for a Node.js REST Application using MongoDB and JSON Web Token

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published