Skip to content

vdg-solutions/PythonProductionAPIServerSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Contributors 2

  •  
  •