Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Project

Kiosk Projet

requirements

if you don't have a miniconda(or anaconda), you can install it on this url. https://docs.anaconda.com/free/miniconda/index.html

conda create -n secure_coding python=3.9
conda activate secure_coding
pip install -r requirements.txt

usage

uvicorn fastapi_app:app --reload

or

python fastapi_app.py

Structure

  • core: database connection, models and oauth configuration
  • crud: CRUD operations for each table
  • routes: API routes
  • schema: Pydantic models for request and response
  • utils: utility functions

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages