migration tracking.
This commit is contained in:
parent
f238b3d1ef
commit
c965bca41d
17 changed files with 86 additions and 130 deletions
|
|
@ -19,11 +19,10 @@ $ source ./.venv/bin/activate
|
|||
|
||||
You will need to set the variables in `.env.example`, and rename the file to `.env`.
|
||||
|
||||
Run the migrations and the Flask server:
|
||||
Run the server:
|
||||
|
||||
```sh
|
||||
(.venv) $ flask migrate
|
||||
(.venv) $ flask run
|
||||
(.venv) $ python main.py
|
||||
```
|
||||
|
||||
You might also need to install additional packages, depending on the [backend wallet](./wallets.md) you use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue