Skip to content

Ni-P/cryptocurrency-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activate the virtual environment

source venve/bin/activate

Install all packages

pip3 install -r requirements.txt

Run the tests

With the venv active:

python -m pytest backend.tests

Run the App and API

python3 -m backend.app

Run a peer instance

export PEER=True && python3 -m backend.app

Run the frontend

In the frontend directory

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages