grocery

this is my first project with Django, enjoy it!

to use this project you have to follow these steps:

  1. git clone https://github.com/AmiraliMotahari/grocery (or download it manually)
  2. cd in to the file (grocery)
  3. python -m pip install virtualenv (on mac: python3 -m install virtualenv)
  4. python -m virtualenv env (on mac: python3 -m virtualenv env)
  5. scripts\activate.bat (on mac: source env/bin/activate)
  6. pip install django (on mac: pip3 install django)
  7. pip install pillow (on mac: pip3 install pillow)
  8. python manage.py migrate (on mac: python3 manage.py migrate)
  9. python manage.py createsuperuser (on mac: python3 manage.py createsuperuser)
  10. python manage.py runserver (on mac: python manage.py runserver)
  11. open the browser with the provided link(default: 127.0.0.1:8000)

*note: whene the app runs fo rthe firs time it's empty, so you have to fill it up from the admin dashboard panel!