Shades-en / Pets_DayCare

This is a learning experience on flask based applications, do not mind the UI. Provides the user options to edit or delete a posting or even create an account and login to it. Each session is unique.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pets_DayCare

This is a learning experience on flask based applications, do not mind the UI. Provides the user options to edit or delete a posting or even create an account and login to it. Each session is unique.

Installation

To deploy this project run the following commands

  git clone https://github.com/Shades-en/Pets_DayCare.git
  cd Pets_DayCare
  pip install flask
  pip install flask_sqlalchemy
  pip install flask_wtf
  pip install wtforms
  pip install email_validators

Usage

python app.py

About

This is a learning experience on flask based applications, do not mind the UI. Provides the user options to edit or delete a posting or even create an account and login to it. Each session is unique.


Languages

Language:Python 49.3%Language:HTML 49.0%Language:CSS 1.7%