Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 404 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 404 Bytes

Rimornesia Mountain Backend

Rimornesia mountain system

Build Setup

# install dependencies
$ pip install -r requirements.txt

# create uploads directory on app
$ mkdir uploads

# run flask
$ flask run 

# or run scripts
$ . bin/run.sh

# db migration
$ python -m app.migrations.db_migration

# or run scripts
$ . bin/migrate.sh

# update pip package
$ pip freeze > requirements.txt