Skip to content

marcosmcb/hackthehub-hackathon-october

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages