Repository files navigation
generate file probable metadata and probable summary
Required npm(version: 8.1.2) and python(version >3.7)
Clone this repo.
Go to project in terminal
cd FAVM tutorial
Go to backend
cd backend
Create virtual environment by running following command ( Note: if pipenv is not there the install it using pip install pipenv)
pipenv shell
Run the followiing command to active virtual environment
pipenv install
Execute the following command to run uvicorn
uvicorn main:app --reload
Open another terminal and go to project directory
Go to frontend
cd frontend
Install package from package.json
npm install
Run front end vue
npm run dev
Open frontend in browser from frontend
You can visit fastapi docs from backend
clone this repo
Go to project in terminal
cd FASTAPI-Summary
Run follwing command to start docker with application
docker-compose up Or docker-compose up -d
Open frontend in browser from frontend
You can visit fastapi docs from backend
UI
You can’t perform that action at this time.