Skip to content

cfgjc24/Team-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team-1

How to Run the Server!!!

Make virtual environment before first run

python -m venv myenv

Do the following after virtual environment is set up:

source venv/Scripts/activate
pip install -r requirements.txt
cd api/routers
uvicorn tutor_router:app --reload

Follow the link given in terminal in the format of:

http://127.0.0.1:8000/docs#/

Try out the get and post!

For Frontend

npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors