Giter Club home page Giter Club logo

catalog's Introduction

Catalog Project

The project is a FLASK Web Application for the Fullstack Web Foundation Module of the Nanodegree.

Configuration and deploy

  1. Create the database (Optional if use the catalog.db file provided is used)
    • run the command: python database_setup.py This run all the database setup to create the tables in the database.
  2. Run the seed data (Optional if use the catalog.db file provided is used)
    • run the command: python database_seed.py This create the Categories that will be show in the Catalog
  3. Run the application
    • run the command: python app.py This will initialize the server application.

Test the Application

Enter in your browser the following url: http://localhost:5001/

Features

  1. List of Categories and the latest 10 Items that were created.
  2. Users can clic on the categories name to list all the items by category.
  3. Users can login with their Google Account.
  4. After Login:
    • Users can Add a new item.
    • Edit its own items.
    • Delete its own items.
  5. Return the catalog: http://localhost:5001/catalog/JSON

General Comments

  1. In the database table exists some attributes that are not being use in this version of the application, they were added for future enhancements.

catalog's People

Contributors

jperera84 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.