Skip to content

aevo98765/calculator-fastapi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator-fastapi-app

Running the application

  1. Open the terminal

  2. Create a virtual environment python3 -m venv venv

  3. Then activate the virtual environment (MAC) source venv/bin/activate

  4. Install all the dependencies pip install -r requirements.txt

  5. Start the application on port 8001 uvicorn main:app --reload --port 8001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages