This is my end of year project for my school. He's made of
- timeclock interface
- teacher management interface
- administrator management interface
In order to run this program you'll need to install some programs to your computer:
- Node.js
- MongoDb community Edition
- cli tool
- Install Prerequisite software To go further, you'll need a good command line interface. I recommend cmder if you use windows :)
- Install angular cli
npm install -g @angular/cli
- Clone the github repository Create a folder where you want to store the projet and clone the repository
git clone <repolink>
- Install all dependencies
npm update
ng update
- Populate Database Import the .json file provided into MongoDb