https://github.com/rzblue/timekeeper
https://github.com/rzblue/timekeeper
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rzblue/timekeeper
- Owner: rzblue
- License: mit
- Created: 2022-12-05T06:05:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T19:02:47.000Z (over 2 years ago)
- Last Synced: 2025-02-10T13:37:37.592Z (4 months ago)
- Language: Python
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TimeKeeper
TimeKeeper is a timeclock system for robotics teams to track student hours.
## System requirements:
- Python 3.8 or later
- pipenv## To run:
```bash
pipenv install
pipenv run start
```The database file will be in the working directory as `database.sqlite`, or you can select another file with the `DATABSE_FILE` environment variable.
To seed the database with some starter data:
***This will delete all data in the database!***
```python reset_db_development.py```
### Default users provided by `reset_development_db.py`
| Name | ID |
|--------------|------------|
| John Smith | 12345678 |
| Tim Cook | thisismyid |
| Bill Gates | qwerty |
| Bobby Tables | 987654321 |