Skip to content

Commit 1e3a045

Browse files
committed
Add server README
1 parent 35a94fa commit 1e3a045

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

server/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
# TODO: add server readme here
1+
## Getting Started
2+
3+
Create .env file and specify the following:
4+
```
5+
AWS_ACCESS_KEY_ID=
6+
AWS_SECRET_ACCESS_KEY=
7+
AWS_DEFAULT_REGION=
8+
```
9+
These credentials can be found in your AWS account for your project.
10+
11+
Install required dependencies:
12+
```bash
13+
pip install -r requirements.txt
14+
```
15+
16+
Run the development server:
17+
```bash
18+
fastapi dev main.py
19+
```

0 commit comments

Comments
 (0)