/recipe-api

RESTful API used to store recipes

Primary LanguageJavaScript

The Recipe DB

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.

Tech/framework used

This is a RESTful API built with Node.js using PostgreSQL for the database and utilizes Heroku to store the server and database.

Installation and Running Server

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

License

MIT © Nicholas Ruan()