Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

CS307-Fall2018-Team25/foodie-connector

Repository files navigation

Foodie Connector

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.

Run the frontend

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.

Run the backend

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.

Future

We do not have any future plans of continue developing and maintaining this project. Feel free to fork if you are interested.