fastapi-fullstack-boilerplate
A full stack (monolith) boilerplate for FastAPI
File Explorer
Download Latest Version (.zip)- __init__.py
- crud.py
- __init__.py
- user_service.py
- styles.css
- scripts.js
- home.html
- __init__.py
- admin.py
- database.py
- dependencies.py
- main.py
- model.py
- settings.py
- index.md
- 20211002__84aff539fd9a_initial.py
- env.py
- README
- script.py.mako
- .env.example
- .gitignore
- alembic.ini
- docker-compose.yaml
- LICENSE
- Pipfile
- Pipfile.lock
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/tmkontra/fastapi-fullstack-boilerplate
Downloads the entire project code from GitHub to your computer.
cd fastapi-fullstack-boilerplate
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pipenv install
Type this command into your terminal and run it.
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
