Skip to content

Commit

Permalink
Update backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought authored Feb 27, 2024
1 parent de93d6f commit a63ac12
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The main file to look at is [backend/src/server.py](../backend/src/server.py) wh

See examples in that folder for how we set up get, post, and other types of HTTP requests.

For a way to visualize what endpoints you have, navigate to http://localhost:8000/docs to see auto generated swagger docs about what each endpoint does and what input they expect.

![Screenshot 2024-02-27 at 3 36 47 PM](https://github.com/xnought/venome/assets/65095341/f74dcb11-bffd-4d3c-a2e5-5c020470dbff)


## Adding packages to the python server

```bash
Expand Down Expand Up @@ -124,4 +129,4 @@ While the docker venome container is running, go to the Docker Desktop GUI. You
https://github.com/xnought/venome/assets/65095341/c44f1d8c-0d58-407c-9aa2-29c4a92fb666


this is where you can see print statements and other debug info / errors.
this is where you can see print statements and other debug info / errors.

0 comments on commit a63ac12

Please sign in to comment.