coding-hub-org / burghy-bites

A web and mobile application for rating and reviewing food at SUNY Plattsburgh.
3 stars 10 forks source link

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