Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 712 Bytes

File metadata and controls

39 lines (25 loc) · 712 Bytes

burghy-bites

A web and mobile application for rating and reviewing food at SUNY Plattsburgh.

Prerequisites

Getting Setup

  1. Clone the repo
git clone git@github.com:coding-hub-org/burghy-bites.git
cd burghy-bites
  1. Install dependencies
yarn

Running the project

The project is split into two sections - the backend, and the frontend. Both are NodeJS projects within the master repo. In order to fully run the project, you will need to run both the frontend and the backend.

To run the frontend:

yarn start:frontend

To run the backend:

yarn start:backend