- Project is live here Item-catalog
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
- Used python framework flask.
- Used third party authentication.
- Used Sql-Alchemy for creating the tables.
- CRUD operations can be performed.
- 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.
- Launch the virtual machine using :
vagarnt up
- SSH command:
vagrant ssh
- Run the application :
cd /vagrant
- Run the project file:
python project.py
- Project Run on port 5000:
localhost:5000
Project is running now on your local host :)