/perntodo

Primary LanguageJavaScript

Todo List

About

A little refresh on the CRUD operations using the PERN stack. Also an opprotunity to learn async await, http fetch requests, and more.

Home Page

Home Page

Edit Function

Edit Todo

Running the Project

run both front end and back end folders in seperate terminals with:

npm start

PERN Stack

  • PostgreSQL
  • Express
  • React
  • Node.js