https://github.com/code-shoily/clock_io
PoC attendance tracker with collision detection
https://github.com/code-shoily/clock_io
Last synced: about 1 year ago
JSON representation
PoC attendance tracker with collision detection
- Host: GitHub
- URL: https://github.com/code-shoily/clock_io
- Owner: code-shoily
- Created: 2019-09-18T16:56:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:23:05.000Z (about 4 years ago)
- Last Synced: 2024-04-14T11:30:24.664Z (about 2 years ago)
- Language: Python
- Size: 19.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clock IO
## Minimum Requirement
- Python 3.6
- Postgres 9.0+
## Installation
- `cd` into project folder
- Create a virtual environment
- Activate it and install the requirements `pip install -r requirements.txt`
- Create database
- Run migration `python manage.py migrate`
- Run the constraint installation script `psql -U postgres -d clock_io_db -f scripts/add_constraint.sql
`
- Run the code `python manage.py runserver`