Computer Science Project
├── Views/ # home for all the Templates
└── layout.pug # Base Layout Template for all HTML Pages
└── home.pug # Home page template
├── Assets/ # home for statics files (images, css, js)
└── css/ # home for bootstrap and custom css files
└── bootstrap.min.js
└── customstyle.css # custom css files
└── js/
└── jquery/
├── Routes/ # home for express Routes
└── question.js
├── Models/ # Database Models
└── index.js # the main server
- NodeJS
- MongoDB
- Get the repository
git clone https://github.com/adityathebe/kuraNode.git
- Install all the required modules
npm install
- Run MongoDB Server
mongod
- Start the server
npm start
- Start browsing
localhost:3000
- Stormpath - Web Session Management
- Randall Degges - Web Authentication
- Randall Degges - Session Management
This project is licensed under the MIT License.