This project is not production ready.
This is a project for CS 307 Software Engineering I at Purdue University. This is a food delivery platform where you can place group orders with your friends and neighbors.
The frontend is a React application. The code is located in the /frontend
folder. You need to create a .env
file based on .env.example
. Use yarn
to install dependencies and yarn start
to run the application.
The backend is a Laravel application. The code is located in the /backend
folder. You need to create a .env
file based on .env.example
. Use composer install
to install dependencies and php artisan serve
to run the application. You will need MySQL and Redis services.
We do not have any future plans of continue developing and maintaining this project. Feel free to fork if you are interested.