Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abetoluwani/event-ticketing-web-app-adch24-back
- Owner: abetoluwani
- Created: 2024-04-06T14:37:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T16:35:19.000Z (2 months ago)
- Last Synced: 2024-12-03T17:45:39.010Z (2 months ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 ORMPrerequisites:
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```)