Skip to content

The FastAPI server in the "busin-server-fastapi" repository is a high-performance backend implementation for the Busin application.

License

Notifications You must be signed in to change notification settings

omar-chaar/busin-server-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

busin-server-fastapi

Table of Contents

About

This is a simple server made with FastAPI to be used with the busin-app project.

Prerequisites

  • Python 3.9+
  • pip

Installation

  1. Clone the repository
  2. Install the dependencies with pip install -r requirements.txt
  3. Create a config.py file with the following settings:
URL_DATABASE = mysql+pymysql://user:password@localhost/dbname
SECRET_KEY = "verysecretkey"
ALGORITHM = "HS256"

Usage

  1. Run the server with python main.py

License

Distributed under the GNU GPLv3 License. See LICENSE for more information.

About

The FastAPI server in the "busin-server-fastapi" repository is a high-performance backend implementation for the Busin application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages