The Recipe DB is an API that allows users to retrieve and upload recipes. Each recipe entry contains the name of the dish, ingredients, cooking instructions, and an image of the dish.
This is a RESTful API built with Node.js using PostgreSQL for the database and utilizes Heroku to store the server and database.
To run the server on your local machine first clone this repository using:
git clone https://github.com/nicholasruan/recipe-api
Once the repository is on your local machine install dependencies using:
npm install
To begin running server use:
npm start
MIT © Nicholas Ruan()