https://github.com/manojc/mark-it
POC of a web application for managing school attendance system.
https://github.com/manojc/mark-it
angular angular1 angularjs css css3 express express-js expressjs html html-css html-css-javascript html5 htmlcss javascript mongodb mongoose node nodejs npm
Last synced: 29 days ago
JSON representation
POC of a web application for managing school attendance system.
- Host: GitHub
- URL: https://github.com/manojc/mark-it
- Owner: manojc
- Created: 2016-04-24T07:56:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T09:30:03.000Z (over 8 years ago)
- Last Synced: 2025-02-10T22:51:44.611Z (3 months ago)
- Topics: angular, angular1, angularjs, css, css3, express, express-js, expressjs, html, html-css, html-css-javascript, html5, htmlcss, javascript, mongodb, mongoose, node, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 614 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
This application will help schools/colleges/classes to maintain student attendance & results.
It also allows them to track activities, events & admission details.## For Developers ##
* As it is a node project, make sure, node is installed on your machine.
* Run ***npm install*** command after cloning ***develop*** branch.
* Install ***mongodb*** & make sure the mongo server points to the data folder in root directory if this application.
* Create data folder in root directory if it does not exist & user mongod.exe to point to this folder.
* contact **[email protected]** for further information.
* Add **mobile browser emulator** chrome extension to make sure site responsiveness is proper.