this project is a catalog item website as arageek website it's articles website
- download virtualbox
- download vagrant
- download virtual machine
- make a mushmub and design for the project
- add route
- make a database_Setup.py
- make alldata.py to initialize database
- add template and make forms
- crud
- endpoints json
- style
- make authentication and authorization using google
- cd /path/to/vagrant/catalog
vagrant up
vagrant ssh
- python database_setup.py
- python alldata.py
- python application.py