Calendar solution, built with DRF. It helps you organize your events in elegant manner.
Python 3.9 or higher
- Clone the repository:
git clone https://github.com/mirokrastev/calendar-api.git
- Install the dependencies:
pip install -r requirements.txt
- Configure
.env
from.env.example
template - Run the server:
python manage.py runserver
If you wish to setup the front-end, check out this repo: https://github.com/alexmehandzhiyska/calendar/
To run tests: python manage.py test
Check /
for Schema.