# BTech Time Tracker ### Getting started Requirements - install pipenv and run `pipenv install` to install dependencies - run `pipenv shell` to activate the virtual environment Django - `python manage.py makemigrations` - `python manage.py migrate` - `python manage.py createsuperuser` - `python manage.py runserver`