Skip to content

HemaLatha5F1/catalog

Repository files navigation

HeadWear

Head Wear is an web application that provides a list of Various Headwears within a variety of categories as well as provided google oAuth2 for user registration and authentication system.Registered users will have the ability to add, edit and delete their own Headwear items and Headwear categories.

By HemaLatha

To run this project we need :

  • Python3
  • Vagrant 2.2.1
  • VirtualBox 5.1.30
  • Git 2.19.2

Steps to run this project:

  • step-1
    1. Install python 3 ,if you don't know how to do? refer this
      • Along with python we need to install few dependencies.For this run below command as administrator in cmd pip install -r requirements.txt
    2. Install Vagrant and VirtualBox softwares downloaded in your system.If you need more info about installation click here
    3. clone or download fullstack-nanodegree-vm
    4. save the HeadWear project folder in vagrant folder
  • step-2
    1. Open git bash from the vagrant folder
    2. Run the virtual-machine from vagrant by giving the command as vagrant up inside the FSND-Virtual-Machine\vagrant
    3. Login into the Linux VM with command as vagrant ssh.If you need more about vagrant commands refer here
    4. After login to linux vm change to shared directory by giving command as cd /vagrant
    5. Now change directory to HeadWear by command as cd Headwear
  • step-3
    1. run Headwear project by giving command as python3 main_file.py
    2. Open http://localhost:5000/ in any Browser (Recommended Chrome)
JSON endpoints

http://localhost:5000/Headwear/all.json http://localhost:5000/Headwear/category/3.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published