An open API service indexing awesome lists of open source software.

https://github.com/jacktheprogrammer/foodrecipe-postgresql-db-rest

A REST API for food recipe database. The database is of PostgreSQL while the REST-API is Node.js
https://github.com/jacktheprogrammer/foodrecipe-postgresql-db-rest

Last synced: 3 months ago
JSON representation

A REST API for food recipe database. The database is of PostgreSQL while the REST-API is Node.js

Awesome Lists containing this project

README

        

# foodrecipe-postgresql-db-rest
A REST API for food recipe database. The database is of PostgreSQL while the REST-API is in Node.js

## Pre-requisites:
- Use [this](https://github.com/JackTheProgrammer/food_recipe_app_db) repo for designing the required database for this REST API.