#Web API Project A Udacity project to develop an application that provides a list of items within a variety of categories as well as provide a user registration and authentication system. Registered users will have the ability to post, edit and delete their own items.
You can access the files of this project from this Github link
In order to view these files you must have a
- A Web broswer(like IE or Chrome) installed on your computer.
- A Virtual Machine and Vagrant setup to run
- Python 2.7 with SQLAlchemy and flask framework setup
- You can access the files from [ this Github link ] (https://github.com/rawatankit90/item_catalog) by clicking the green download button on the right.
- Unzip the downloaded file.
- Place the above files in Vagrant directory
- From Vagrant, SSH to VM [Virtual Machine] and navigate to the folder "item_catalog" under vagrant folder
- Create the database shoplocal.db using following command
python model.py
- Populate the database using following command
python populate_db.py
- Run the project.py file using command
python project.py
- Go to your favorite browser and type http://localhost:5000
- You will be directed to home page where user can login or Register himself or User can browse the categories without login
- User has option to login with Google
/allCategoryItemApi/JSON
/CategoryItemApi/int:category_id/JSON
/CategoryApi/int:category_id/JSON
/allCategoryApi/JSON
- HTML5
- CSS3
- Bootstrap 3
- Python 2.7
- SQLAlchemy
- flask templates