项目作者: amrfekryy

项目描述 :
Data-driven web app with third-party authentication
高级语言: Python
项目地址: git://github.com/amrfekryy/FSND-project2-item-catalog.git
创建时间: 2019-05-27T10:06:11Z
项目社区:https://github.com/amrfekryy/FSND-project2-item-catalog

开源协议:

下载


FSND project2 - Item Catalog

This is my submission as the second project of the Full Stack Nano Degree from Udacity.

This is an application that provides a list of items within a variety of categories as well as provide a user registration and authentication system. Registered users will have the ability to post, edit and delete the items.

Running the app:

  • Python3.7 or higher is required.
  • Clone/download the repsitory and cd into it.
  • Install external dependencies: pip3 install -r requirements.txt
  • Setup and populate the database with initial data: python db_prepare.py
  • Run the app: python app.py
  • Access the application by visiting http://localhost:5000 locally