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

https://github.com/rzblue/timekeeper


https://github.com/rzblue/timekeeper

Last synced: 2 months ago
JSON representation

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 |