Skip to content

jurichar/pbox_api

Repository files navigation

This is the backend part of party-box

This part is written in Python and uses the Flask framework. MySQL is used for the database. SQLAlchemy is used for the database. Alembic is used for the database migrations. Hosted on o2switch.

Installation

  1. Install Python 3.8
  2. Install MySQL
  3. Install the required Python packages:
pip install -r requirements.txt
  1. Create a MySQL database and user
  2. Create a .env file in the root directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages