Skip to content

A production ready Node.js back-end template integrated with MongoDB for quick deployment of projects

License

Notifications You must be signed in to change notification settings

duartefdias/NodeBackendTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js back-end template for a Vue.js + Node.js + MongoDB fullstack app

This template is meant to be used with a full-stack application made up of the following components:

Frontend -> Vue.js
Backend -> Node.js
Database -> MongoDB

Front-end template repo:
https://github.com/DuarteDx/VueFrontendTemplate

Features

  • MongoDB connection
  • Moongose
  • User authentication

Getting started

To get the Node server running locally:

  • Clone this repo
  • npm install to install all required dependencies
  • Install MongoDB Community Edition (instructions) and run it by executing mongod
  • npm run dev to start the local server

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

About

A production ready Node.js back-end template integrated with MongoDB for quick deployment of projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages