Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A content management system using the Flask framework in Python. Authentication is provided via OAuth and all data is stored within a SQLite database.

Notifications You must be signed in to change notification settings

J-Yash/item-catalog

Repository files navigation

Prerequisites

  • Virtualbox and Vagrant VM(optional)
  • If no Vagrant then
    • Python 2.7
    • SQLite3 database module for python
    • Flask module
    • SeaSurf module

How to run this project?

  • Install all the above mentioned modules or Vagrant.
  • If you're running on Vagrant, use the Vagrant file provided. Use "vagrant up" and "vagrant ssh". then "cd /vagrant".
  • Run the command "python database_setup.py" (without quotation marks) in the cmd line window (make sure you are in the same directory in the cmd line window) to create the SQLite database
  • Run the command "python project.py" (without quotation marks) in the cmd line window (make sure you are in the same directory in the cmd line window) to run the project.
  • Go to localhost:8081/bakeries
  • Play around

About

A content management system using the Flask framework in Python. Authentication is provided via OAuth and all data is stored within a SQLite database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published