Todo app created with PERN stack with authentication
- frontend - React with Next
- backend - NodeJS + Express + Postgress
- frontend
cd frontend
# install
npm i
# run
npm run dev
- backend
cd backend
# install
npm i
# run
npm run dev