Ruslan Temirkhanov
- Python
- Flask
- SQLAlchemy
- Javascript
- HTML
- SASS (CSS)
- OAuth
- Google Sign In
The Item Catalog is a web server application that provides many different features:
- CRUD. (Create, Read, Update and Delete data.)
- User Authentication and Authorization
- Google Sign-in/Sing-up
- JSON endpoints
Download the following:
Python 3
Vagrant
VirtualBox
Preconfigured vagrant folder Download
- In the terminal cd and unzip\move downloaded project files into \FSND-Virtual-Machine\vagrant
- In the terminal run 'vagrant up'
- After installation use 'vagrant ssh'
- Cd into vagrant folder and then project folder
- Run 'python db_setup.py' to create database
- Run 'python populate.py' to populate data. (You will randomly own some of the data when registered)
- Then run 'python main.py'
- Go to http://localhost:8000 in your browser and enjoy!