Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 443 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 443 Bytes

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