The application uses Django 3, Django REST framework and React.js. The appearance of the application and ordering products from restaurants is very simple. The main purpose of creating this application was to create an expert system. The Experta library was used for building expert system. The customer selects the products and adds them to the cart, then the expert system generates the final bill. API was build on the backend, using the Django REST framework. Frontend was made in React.js.
make build
make or make run
make run-with-logs
make dumpdata
make loaddata
make frontend-install
make frontend-run