/timetable-api

Simple backend for reading and creating events to the Google Calendar.

Primary LanguagePython

🗓️ timetable-api

Simple backend for reading and creating events to the Google Calendar.

Local launch

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

Available Scripts

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

Links