Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Installation

In order to run this program, please make sure you execute the following commands:

PS: If you don't have virtualenv installed, please follow these instructions Installing virtualenv via pip

cd backend # if in the root directory, navigate into the backend one

virtualenv venv
source venv/bin/activate  
pip install -r requirements.txt

How to run it

Once you installed the project dependencies, you can start the API by running:

uvicorn main:app --reload

If uvicorn started successfully, you should see logs similar to the ones below

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages