Skip to content

SerjioSA/Longevity-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task-Frontend-1

You need to create .env file in your project root with this fields:

SECRET_KEY = <password-hash-key>

You can generate password-hash-key here.

How to launch frontend

Install yarn

Go to /frontend

Run those commands:

yarn
yarn dev

How to launch backend

Go to /backend

Create a virtual environment:

python3 -m venv venv
  • If you use Linux/macOS

    source venv/bin/activate
    
  • if you use windows

    source venv/scripts/activate
    

Install requirements from requirements.txt:

python3 -m pip install --upgrade pip
pip install -r requirements.txt

Launch backend

uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published