Skip to content

ikoichi/fullstack-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullstack-react-app

Full-stack React App

YouTube video of the livecoding: https://www.youtube.com/watch?v=29LwC_6PHac

  • Next.js App + TypeScript support
  • ChakraUI React components
  • Landing page
  • Database -> PostgreSQL (relational database) on Heroku
  • NextAuth
  • Prisma ORM
  • RESTful API * GET /api/todos -> all the todos of the current user * POST /api/todo -> create a new todo * PUT /api/todo/:id -> update an existing todo * DELETE /api/todo/:id -> delete an existing todo