Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 514 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 514 Bytes

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