Skip to content

gradoally/cryptocash-v0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRYPTOCASH V0

Check branches, you will find frontend, backend and bot-server. This is a backend branch.

Writed on Python + Flask

install dependencies

Install python from https://www.python.org/downloads/ recommendation use version (3.12.3). Then install pip from https://pip.pypa.io/en/latest/installation/. Install dependencies with command:

pip install sqlalchemy flask flask_cors

python3 main.py

Run server in localhost:5000. You need to go to /backend directory