renan-throsa / Golden_leaf

Aplicação web para gerenciamento de um pequeno comércio familiar

Home Page:https://golden-leaf.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golden Leaf

A small sized web app written in python for managing a family-sized small business.

Getting Started

Once you have cloned the application's Git repository on GitHub build the project to make sure everything is okay. To ensure that you have all the dependencies installed, run the command below. If you are using VS 2019 it will do it automatically.

pip install -r requirements.txt

The app also has Javascript dependencies. Type the following commands on the root folder.

npm install
npm start

Also, remember to change the target database on the create_app function to TestingConfig if you want to run it locally

from app import create_app
from app.settings import ProductionConfig,TestingConfig

app = create_app(TestingConfig)

Prerequisites

python 3.7

Screen shots

GitHub Logo

Working demo

https://golden-leaf.herokuapp.com/

About

Aplicação web para gerenciamento de um pequeno comércio familiar

https://golden-leaf.herokuapp.com/


Languages

Language:Python 45.0%Language:HTML 29.4%Language:JavaScript 12.3%Language:TypeScript 7.9%Language:SCSS 2.9%Language:CSS 2.4%Language:Shell 0.1%