An open API service indexing awesome lists of open source software.

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.

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.