The project consists of building a simple application serving a GraphQL API for employees to clock in and out, and also for them to check the number of hours worked today, on the current week, and on the current month.
git clone git@github.com:nahidsaikat/timeclock.gitcd timeclockvirtualenv .venvsource .venv/bin/activatepip install -r requirements.txtpython manage.py migratepython manage.py runserver- Visit
http://localhost:8000/graphql - Run test
python manage.py test



