restaurant-ordering-system.
Yet to complete some functionalities...
messy codes & style
CREATE A SUPERUSER ACCOUNT BEFORE YOU INTERACT WITH USER, ACCOUNT MODEL\
- Cart
- Order confirmation
- Promo Token
- Login/Registration
- Restaurants
- Profile
- Food menu
- Rating/reviews
- Search
- My Orders Dashboard
- Notifications
- Profile
- My Reviews
- Admin Order management dashboard (Only for superuser)
- etc...
- Python
- Django v1.11: upgraded to v2.2.4
- SQLite3
- HTML
- CSS
- Bootstrap
- ClockPicker
- Font-Awesome
- JavaScript
- jQuery
- Ajax
- Notify.js
- jQueryMyCart.js
- Wow.js
- jQuery
Linux
virtualenv -p /usr/bin/python3 khaidai
cd khaidai/
Windows
virtualenv khaidai
cd .\khaidai\
Linux
source bin/activate
Windows
.\Scripts\activate
clone the project in the khaidai directory.
git clone https://github.com/iraihankabir/restaurant-management.git
python -m pip install -r requirements.txt
mv restaurant-manager src/
cd src/
python manage.py migrate
python manage.py runserver 8888
- now goto http://127.0.0.1:8888/