node-express-app

Simple Movie App with Node.js, Express and MongoDB

MIT License

Stars
2

Node Express App

  • features:
    • Node provides the backend environment for this application
    • Express middleware is used to handle requests, routes and views
    • Mongo DB, no SQL database, to store the application data
    • Mongoose schemas to model the application data
    • Pug template engine is used to generate server side templates
    • Express Validator validates the data on the server using validator.js functions and sanitizers
    • Jquery for frontend form validation

Install

Some basic Git commands are:

$ git clone https://github.com/mohamedsamara/node-express-app.git
$ cd project
$ npm install
$ bower install

Start

$ npm start

Languages & tools