Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 930 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 930 Bytes

Table of Contents

About The Project

Recipe sharing

This project's goal is to provide food lovers a place to share and boast about their favorite recipes. It also allows a quick search for a recipe.

Built With

  • React
  • Apollo (react-apollo for front-end and apollo-server-express for back-end)
  • Express

Installation

  1. Clone the repo
git clone https://github.com/kaeltran16/recipello.git
  1. Install NPM packages
npm install --prefix ./server && npm install --prefix ./client
  1. Run the app
npm run dev