This is a simple server made with FastAPI to be used with the busin-app project.
- Python 3.9+
- pip
- Clone the repository
- Install the dependencies with
pip install -r requirements.txt
- Create a config.py file with the following settings:
URL_DATABASE = mysql+pymysql://user:password@localhost/dbname
SECRET_KEY = "verysecretkey"
ALGORITHM = "HS256"
- Run the server with
python main.py
Distributed under the GNU GPLv3 License. See LICENSE
for more information.