this is my first project with Django, enjoy it!
to use this project you have to follow these steps:
- git clone https://github.com/AmiraliMotahari/grocery (or download it manually)
- cd in to the file (grocery)
- python -m pip install virtualenv (on mac: python3 -m install virtualenv)
- python -m virtualenv env (on mac: python3 -m virtualenv env)
- scripts\activate.bat (on mac: source env/bin/activate)
- pip install django (on mac: pip3 install django)
- pip install pillow (on mac: pip3 install pillow)
- python manage.py migrate (on mac: python3 manage.py migrate)
- python manage.py createsuperuser (on mac: python3 manage.py createsuperuser)
- python manage.py runserver (on mac: python manage.py runserver)
- 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!