Skip to content

emekgozluklu/beenova-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

website

Beenova Web Application

INSTALL

  • Clone project from git
  • Create virtual environment: virtualenv venv -p python3.9
  • Switch to virtual environment: source venv/bin/activate
  • Install requirements: pip install -r requirements.txt
  • Initialize database: flask --app beenova_app init-db
  • Run application: flask --app beenova_app run

Optional:

  • Add mock data:
    • sqlite3 instance/beenova.sqlite
    • .read beenova_app/insert_mock_data.sql

DEPLOYMENT

  • Will be updated!

LICENSE

Copyright 2018 Beenova <[email protected]>
Licensed under the MIT License.

AUTHORS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published