hyunbin-and-ddakkarri / food-finder

Food Finder main repository
https://food-finder.buttercrab.net
0 stars 0 forks source link

Food Finder

This is a app for finding restaurants nearby

Introduction

This is a project for CS350 Introduction to Software Engineering by Team 2. The idea was from Team 13's SRS.

Getting Started

Run below to start the app.

# Clone the repository
git clone https://github.com/hyunbin-and-ddakkarri/food-finder.git

# Make .env
cp .env.example .env

# Run docker compose
docker-compose up -d