Skip to content

Generic NodeJS, Express, MongoDB setup for quick development

License

Notifications You must be signed in to change notification settings

NathanAB/generic-nodejs-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generic-nodejs-app

Generic NodeJS, Express, MongoDB setup for quick development.

Frameworks

  • Express
  • Mongoose
  • Passport
  • Jsonwebtoken

To Do

  • Change references of username to email
  • Client and server side validation
  • Implement front-end framework (Backbone or Angular)
  • Create a script that will build a project based on desired frameworks and technology (Backbone/Angular/None, MongoDB/MySQL, Cookies/Sessions/Tokens)

Installation

npm install

Configure /server/config.json to your liking.

Running the Server

npm start

The client will then be accessible at http://localhost:3001.

About

Generic NodeJS, Express, MongoDB setup for quick development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.3%
  • JavaScript 26.0%
  • HTML 22.7%