Algo-Workout / AW-T3

MVP T3 App
10 stars 2 forks source link

Added bulletin board form #30

Closed dnecklesportfolio closed 9 months ago

dnecklesportfolio commented 9 months ago

Add Bulleting board Create Post feature

Description

Steps to Validate Feature

  1. npm install, npm run dev
  2. Form should be viewable under the bulleting board. Enter a short sentence or two and press submit.
  3. Then the bulletin board display should refresh with the new submission
image
  1. Use npx prisma studio to view delete and edit all current posts in data base

The other unfinished version with the modal is in the Dwayne/ModalWindow branch