A Nodejs Application
It is a Nodejs Based Application which is used for company Employee and it's Online Exam related Details. For Database i used nosql (MongoDB)
Front End:- html5, css, Boostrap4, Javascript, JQuery, Ajax, Datatable, Animation etc. Back End:- Node.Js, Express.Js etc. Database:- MongoDB
Here i used bootstrap 4 framework to develop entire UI,
Use animate.min.css Plugin,
Use sweetalert and it's animation,
Made new bootstrap 4 dashboard theme.
Encrypted Password,
Token Based authentication For Every Ajax Call,
Mocha testing (for mongodb database),
Herokuapp hosting and mLab for cloud database.
clone project in your machine using URL:- "https://github.com/ambujbpl/Gticks.git"
What things you need to install the software and how to install them
Make a mongoDb Database.
A step by step series of examples that tell you have to get a development env running
The step will be
npm install(for install all dependencies)
Explain how to run the automated tests for this system
For testing
npm run test(Its mocha test command in terminal or other command prompt)
Add additional notes about how to deploy this on a live system:-
You can use heroku, simply make a account on it and select nodejs app hosting and deploye your app.
Please read CONTRIBUTING.md for details on our CONTRIBUTING Policy, and the process for submitting pull requests to us.
v1.0
22 Mar 2018
Two way communication using socket.js and more....
- Ambuj Dubey[Full Stack Developer] - Initial work - ambujbpl
Web: www.ambujdubey.cf or https://ambujbpl.github.io
Other Website : http://ambujdubey.herokuapp.com
Email: [email protected]
Twitter: https://twitter.com/@mbujdubey
This project is licensed under the MIT License - see the LICENSE.md file for details
- i read @iamshaunjp tutorial.