Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.53 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.53 KB

events_manager

Events manager task

Author

Maciej Zięba <[email protected]>

Installation

Create a python virtualenv and activate it (Python 3.11 is recommended):

python -m venv venv
source ./venv/bin/activate

Install application and its dependencies:

pip install -e .

You can also install the application with various development tools:

pip install -e .[dev]

Run required database migrations:

python src/manage.py migrate

Running application

To run the application, use the standard Django runserver command:

python src/manage.py runserver

When using the default port 8000, the following API endpoints are available: