Skip to content

livrbecca/PERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FULLSTACK PERN TODO APP.

todofig

Stack

  • Postgres SQL
  • Express
  • React, including TypeScript
  • Node

To start

  • run the backend server, posted here
  • cd into client: cd client
  • run npm start on this project