-
Notifications
You must be signed in to change notification settings - Fork 0
vdg-solutions/PythonProductionAPIServerSample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
To run the server:
1. Without Docker:
- Install dependencies: `pip install -r requirements.txt`
- Run the server: `python -m src.run`
2. With Docker:
- Build the image: `docker build -t api-server .`
- Run the container: `docker run -p 8000:8000 api-server`
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published