Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattsse/group2-9-attendancetrackingsystem

Project repository for the ASE project
https://github.com/mattsse/group2-9-attendancetrackingsystem

Last synced: 18 days ago
JSON representation

Project repository for the ASE project

Awesome Lists containing this project

README

        

# Group2-9-AttendanceTrackingSystem
Project repository for the ASE project

### Installation

You need [yarn](https://yarnpkg.com/lang/en/docs/install/) installed.

```
# clone the repo
git clone [email protected]:NandaYogeshwar/Group2-9-AttendanceTrackingSystem.git
cd Group2-9-AttendanceTrackingSystem

# build the web client using yarn
cd ase-webclient
yarn
yarn run build:deploy

# run the server locally
cd ../ase-server
mvn appengine:devserver
# server is now up and running at localhost:8080

```
Interact with the server via the defined API: [https://ase-2017-group-2-9-attendance.restlet.io/](https://ase-2017-group-2-9-attendance.restlet.io/)