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
- Host: GitHub
- URL: https://github.com/jacktheprogrammer/foodrecipe-postgresql-db-rest
- Owner: JackTheProgrammer
- Created: 2023-01-21T15:29:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T19:15:11.000Z (about 2 years ago)
- Last Synced: 2025-01-03T19:30:08.288Z (4 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.