Skip to content

jucavi/honey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published