Philrobots / beers-ecommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projet_GLO_2005

Web application for the project of the course Database models and languages for engineers

The web application consist of an ecommerce where you can explore beers that come from brewery located in Quebec, Canda

To run the flask-api, just do :

  1. pipenv install
  2. pipenv run flask run

If your on mac os and it's say that mysql is not defined, please run :

  1. export DYLD_LIBRARY_PATH="/usr/local/mysql/lib:$PATH"

  2. export FLASK_ENV=development

Make sure to have MYSQL on your desktop !

To run the front-end :

  1. yarn
  2. yarn start

About


Languages

Language:TypeScript 61.5%Language:Python 26.4%Language:CSS 9.9%Language:HTML 1.5%Language:JavaScript 0.7%Language:Shell 0.0%