Skip to content

richarddyang/simple-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-api

This is an implemenation of a simple api with fast-api.

This project uses: FastAPI and Python!

If you would like to test this then do the following:

  1. Fork the repo
  2. Clone the forked repo onto your machine
  3. Create a virtual environment: "python3 -m venv venv" or "python -m venv venv"
  4. Add dependencies by running: "pip install -r requirements.txt"
  5. Start the application by running: "python3 main.py" or "python main.py" or "uvicorn main:app --reload --port 5000"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages