- Runtime: Python >= 3.10
- Server Backend: Django >= 5.2.8
- Database: SQLite >= 3.50
! Make sure that you have got a necessary environment just like above.
git clone <this_repository_url>
cd NKDining
# migrate database
python ./manage.py makemigrations
python ./manage.py migrate
# run
python ./manage.py runserver <ip>:<port> # use ip 0.0.0.0 if open to other devices-
Create Admin User
python ./manage.py createsuperuser
-
Get Menu Ready
- view
http://<ip>:<port>/adminand use superuser account to login - click 'add' button on the right side of 'Choice lists'
- fill the textarea in json format, like
{"options": ["鸡丝凉面", "肥牛麻辣拌", "扬州炒饭", "精美炒菜", "anything u want"]}- click 'save button' under the page, done.
- view