Skip to content

SuhasGH/Fastapi-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

To run the project :-

Windows:

Install virtual environment:

'pip install virtualenv'

Create a virtual environment:

'virtualenv venv(name_of_venv)'

Activate virtual environment

source venv\Scripts\activate

Navigate to the directory

cd websockets

Install the required packages

pip install -r requirements.txt

Run myapp application with:

uvicorn myapp:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published