Skip to content

kunal121/Item-catalog

Repository files navigation

Item-catalog

Introduction

A web-application to display different items with options for the user to create,edit and delete Items,After the authentication of user they are allowed to perform the operation

Based on which Technology?

  • Used python framework flask.
  • Used third party authentication.
  • Used Sql-Alchemy for creating the tables.
  • CRUD operations can be performed.

PreRequisites to Run

How to setup?

  • After Downloading all the things that are required Download or clone the repository.
  • Item-Catalog
  • Open the terminal and follow the commands of vagrant to run the project.

How to setup vagrant?

  1. Launch the virtual machine using :
vagarnt up 
  1. SSH command:
vagrant ssh
  1. Run the application :
cd /vagrant
  1. Run the project file:
python project.py
  1. Project Run on port 5000:
localhost:5000

Project is running now on your local host :)

About

Udacity Full stack Nanodegree project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published