/Web-Technology-Project-Simple-ShopeeFood-Clone

This is a simple project in the subject at the university. The project is about an online food sales management system, integrated with technology to track the route of orders through the leaflet library.It is inspired by ShopeeFood.

Primary LanguageJavaScript

Installing

  1. ReactJS
  • npm install - To install the necessary libraries
  • npm start - To run the reactjs app with url localhost:3000
  • Edit the ip address in the contants/index file.js to match the ip address of the server
  1. Django
  • pip install -r requirements.txt - To install the necessary libraries
  • python manage makemigrations
  • python manage migrate
  • python manage runserver *your_ip_address