nicholasruan / recipe-api

RESTful API used to store recipes

Home Page:https://therecipedb.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

RESTful API used to store recipes

https://therecipedb.herokuapp.com/


Languages

Language:JavaScript 69.0%Language:HTML 28.0%Language:CSS 3.0%