Git Product home page Git Product logo

items-catalog's Introduction

Items-Catalog

Item-Catalog Project for Udacity's FullStack Nanodegree

About

This application provides a list of items within a variety of categories as well as provide a user authentication system. Login users will have the ability to post, edit, and delete their own items.

Features

  • Full CRUD support using SQLAlchemy and Flask.
  • JSON endpoints.
  • Implements oAuth using Google Sign-in API.

To run this project:

  1. Download and install Vagrant.

  2. Download and install VirtualBox.

  3. Clone or download the Vagrant VM configuration file from Udacity.

  4. Open the above directory and navigate to the vagrant/ sub-directory.

  5. Open your terminal in the same directory as you vagrant file

       vagrant up
    
  6. This will cause Vagrant to download the Ubuntu operating system and install it. This may process may take quite a while depending on your Internet speed.

  7. After the the installation completes, connect to the newly created VM by typing in yout terminal:

       vagrant ssh
    
  8. To the shared repository type:

       cd/vagrant/
    
  9. Download or clone this repository, and navigate to it.

  10. Install or upgrade Flask:

      sudo python3 -m pip install --upgrade flask
    
  11. Set up the database:

      python3 catalog_setup.py
    
  12. This step is optional, you can add Shops, Items via your browser when the programm is already running.

      python3 catalog_add.py
    
  13. Run this application:

      python3 application.py
    
  14. In your favourite Web browser open: http://localhost:5000, and enjoy ๐Ÿ‘.

items-catalog's People

Contributors

casneil avatar

Stargazers

 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.