Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 603 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 603 Bytes

Catalog Item Project

Description:

this project is a catalog item website as arageek website it's articles website

steps:

  1. download virtualbox
  2. download vagrant
  3. download virtual machine
  4. make a mushmub and design for the project
  5. add route
  6. make a database_Setup.py
  7. make alldata.py to initialize database
  8. add template and make forms
  9. crud
  10. endpoints json
  11. style
  12. make authentication and authorization using google

run

  1. cd /path/to/vagrant/catalog
vagrant up
vagrant ssh
  1. python database_setup.py
  2. python alldata.py
  3. python application.py