Skip to content

maciekz/events_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Events manager task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages