Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit 5064d4f

Browse files
authored
Merge pull request #2 from nickatnight/develop
docs: add readme
2 parents 2ca7e19 + 4b2288e commit 5064d4f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
# fastapi-backend-base
2+
3+
Small base project to build and deploy a fastapi backend..batteries included.
4+
5+
## Services
6+
* high performance [FastAPI](https://fastapi.tiangolo.com/) backend
7+
* asynchronous access to key/value [database](https://motor.readthedocs.io/en/stable/)
8+
* [nginx](https://www.nginx.com/blog/lets-encrypt-tls-nginx/) webserver/proxy with automatic ssl cert renewal
9+
10+
## Usage
11+
1. `git clone https://github.com/nickatnight/fastapi-backend-base.git`
12+
2. `cd fastapi-backend-base`
13+
3. `mv .env_example .env`
14+
4. `docker compose up --build`
15+
5. visit `http://localhost:8000` for uvicorn server, or `http://localhost` for nginx
16+
17+
## Deploy

0 commit comments

Comments
 (0)