Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 491 Bytes

Recipe Application CSCI320 RIT.CS.EDU

Description

  • This application is uses Postgres database to build a functional CRUD Recipe Interface

Tools

  • React, Nodejs, Expressjs, Postgres (PERN stack)

Client Folder

  • Made with React App
  • This will be the frontend of the application where user can interact
  • This interface will also display data

Server Folder

  • Nodejs, Expressjs, Postgres
  • This will be the backend of the application
  • Routing and fetching data from Postgres