Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 643 Bytes

calendar-api

Calendar solution, built with DRF. It helps you organize your events in elegant manner.

Requirements

Python 3.9 or higher

Installation

  1. Clone the repository: git clone https://github.com/mirokrastev/calendar-api.git
  2. Install the dependencies: pip install -r requirements.txt
  3. Configure .env from .env.example template
  4. Run the server: python manage.py runserver

Front-end

If you wish to setup the front-end, check out this repo: https://github.com/alexmehandzhiyska/calendar/

Tests

To run tests: python manage.py test

API Docs

Check / for Schema.