Skip to content

pattshreds/PERN-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PERN-todo


This is todo-list application built using the PERN stack

I built this application...
  • To learn functional components
  • To further understand Hooks
  • To learn how to get data from a SQL data base using Express and React

Future goals for this project
  • Learn how to deploy a PERN app on Heroku
  • Add to the application to further solidify understanding of functional components
  • Have list refresh/revalidate when a new task is added without manually reloading page.

To run the app...
  1. Clone app onto your machine
  2. Open directory in your terminal
  3. Cd into server and run 'node index'
  4. In another terminal tab, cd into client
  5. In client run 'npm start'
  6. When asked to run client on another port respond with 'Y'
  7. Make sure you have your PostgreSQL server running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published