Skip to content

Added 'pipenv run migrate' in README #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ It is recomended to install the backend first, make sure you have Python 3.8, Pi
| MySQL | mysql://username:password@localhost:port/example |
| Postgress | postgres://username:password@localhost:5432/example |

3. Run the migrations: `$ pipenv run upgrade`
4. Run the application: `$ pipenv run start
4. Migrate the migrations: `$ pipenv run migrate` skip this step if there are no changes on Modules Columns
5. Run the migrations: `$ pipenv run upgrade`
6. Run the application: `$ pipenv run start


### Front-End Manual Installation:
Expand Down