Skip to content

zohalm1/Assignment-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing necessary packages:

  • pip install fastapi
  • pip install "uvicorn[standard]"
  • pip install sqlalchemy
  • pip install pymysql
  • pip install pytest
  • pip install pytest-mock
  • pip install httpx
  • pip install cryptography

Run the server:

uvicorn api.main:app --reload

Test API by built-in docs:

http://127.0.0.1:8000/docs# Assignment-5

Assignment-5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages