A web and mobile application for rating and reviewing food at SUNY Plattsburgh.
- NodeJS v12.11 or higher
- Yarn
- Clone the repo
git clone [email protected]:coding-hub-org/burghy-bites.git
cd burghy-bites
- Install dependencies
yarn
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.
yarn start:frontend
yarn start:backend