Loading repository data…
Loading repository data…
PublisherName / repository
This is a simple event management application API that allows users to create, read, update, and delete events. The API is built using Django Rest Framework and utilizes Docker for containerization, Redis for message brokering, and Celery for task scheduling.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a simple event management application API that allows users to create, read, update, and delete events. The API is built using Django Rest Framework and utilizes Docker for containerization, RabbitMQ for message brokering, and Celery for task scheduling.
git clone git@github.com:PublisherName/Event-management-Application-API.git
cd Event-management-Application-API
cp .env.example .env
docker-compose up --build
docker compose exec backend python manage.py createsuperuser