raj01999 / eastvantage_assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before Begin follow the documentation and create an enviornament or you can install all dependencies globally

https://docs.python.org/3/tutorial/venv.html

Step of creating python env in windows // you can see the documentation for other platform

python -m venv fastapi-env
fastapi-env/Scripts/activate
  1. Clone the repo

  2. cd to repo directory

  3. install all the requirements

    pip install -r requirements.txt
  4. run the server

    uvicorn app.main:app --reload
  5. open the link in your browser

Name: Sarafraj Mallick

About


Languages

Language:Python 100.0%