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.
- React
- Apollo (react-apollo for front-end and apollo-server-express for back-end)
- Express
- Clone the repo
git clone https://github.com/kaeltran16/recipello.git
- Install NPM packages
npm install --prefix ./server && npm install --prefix ./client
- Run the app
npm run dev