Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abetoluwani/event-ticketing-web-app-adch24-back

This directory contains the back-end code for the Event Ticketing Web App, built with Django, a robust and secure Python web framework. It handles data storage, user management, ticketing logic, and API endpoints for the front-end.
https://github.com/abetoluwani/event-ticketing-web-app-adch24-back

Last synced: about 1 month ago
JSON representation

This directory contains the back-end code for the Event Ticketing Web App, built with Django, a robust and secure Python web framework. It handles data storage, user management, ticketing logic, and API endpoints for the front-end.

Awesome Lists containing this project

README

        

# Event-Ticketing-Web-App-adch24-back
This directory contains the back-end code for the Event Ticketing Web App, built with FastAPI, a Python web framework. It handles data storage, user management, ticketing logic, and API endpoints for the front-end.

Technologies:

FastAPI (Python)
Database: PostgreSQL (recommended) - configure for your preferred database
Prisma ORM

Prerequisites:

Python 3.x installed

### Installation
Get started by doing the below:

1. Create a ```.env``` file and add the follow to it
* DEFAULT_DATABASE
2. Run ```pip install -r requirements.txt``` to install project dependencies
3. After that, run the app using ```python3 -m app.main``` (assuming your cwd is not ```app```)