Skip to content

Todo app created with PERN stack with authentication

Notifications You must be signed in to change notification settings

shahul01/sh-todo-pern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sh-todo-pern

Todo app created with PERN stack with authentication

tech stacks - PERN

  • frontend - React with Next
  • backend - NodeJS + Express + Postgress

images

Todos

todos

to run

  • frontend
  cd frontend

  # install
  npm i

  # run
  npm run dev
  • backend
  cd backend

  # install
  npm i

  # run
  npm run dev