Simple backend for reading and creating events to the Google Calendar.
Add local env vars in .env
. Save service keys .json file into the project folder. To create virtual environment and
install necessary dependencies run:
make install
Start server on http://127.0.0.1:8000
with docs on http://127.0.0.1:8000/docs
:
make start
Delete temporary files
make clean