Skip to content

Python-Geek-Labs/HyundaiClub_Backend

 
 

Repository files navigation

HyundaiClub_Backend

HyundaiClub - 현대등학교 동아리 지원 어플리케이션 백엔드

Installation

This Project uses Poetry Package Manager

poetry install
or
python -m pip install -r requirements.txt

Serve

poetry run gunicorn app:app
or
(venv) python -m gunicorn app:app

Docs

Swagger, Redoc


About

HyundaiClub Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Shell 1.6%