Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mattsse/group2-9-attendancetrackingsystem
- Owner: mattsse
- Created: 2017-12-01T09:43:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T15:10:11.000Z (over 5 years ago)
- Last Synced: 2024-10-06T21:42:07.820Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 18.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)