Backend of Register system for Higashi Fukuoka High School Festival 2023(東福岡高校 学園祭2023).
- Python 3.11
- FastAPI
- Docker
- Nginx
- MySQL For more: docker
docker-compose -f docker-compose-prod.yml up
Your server will run without nginx. You can check FastAPI on https://localhost:8000.
- Open your port 80.
- Install docker.
- Run the following command..
docker-compose up -d