Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honey

Basic example of relational database with sqlite3 in Flask

Usage

  1. Clone repository

    $ git clone https://github.com/jucavi/honey.git
    
  2. Create virtual enviroument and activate it

     $ python3 -m venv .venv
    
     $ source .venv/bin/activate
    
  3. Install dependencies

     $ pip3 install -r requirements.txt
    
  4. Setup database

     $ python3 setup_data.py
    
  5. Start api server

     $ python3 api.py
    
  6. In other terminal run app

     $ python3 main.py
    
  7. Go to honey app

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages