/fullstack-react-app

Fullstack React App

Primary LanguageTypeScriptMIT LicenseMIT

fullstack-react-app

Fullstack React App

Full-stack React application

  • Next.js App + TypeScript support

  • ChakraUI React components

  • Landing page

  • Database -> PostgreSQL (relational DB) 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