Coder Social home page Coder Social logo

hugocruzlfc / bootcamp_nextjs13 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 425 KB

Clon del sitio OpenTable(https://www.opentable.es/). Desarrollado en Nextjs 13(13.2.3). Prisma + Supabase. Material UI + bcrypt + jose + jsonwebtoken y más!!!

TypeScript 84.58% CSS 3.11% HTML 11.90% JavaScript 0.41%

bootcamp_nextjs13's Introduction

#cambios en la db npx prisma push db

prisma studio

npx prisma studio

#add material npm i @mui/material npm i @emotion/react @emotion/styled

#notes: Server component pueden renderizar client component. Client component no pueden renderizar Server component a menos que se pasen como propiedad

add validators

npm i validator npm i @types/validator

#password hash npm i bcrypt npm i @types/

#add JWT npm i jose // para codificar npm i @types/jose npm i jsonwebtoken // para decodificar npm i @types/jsonwebtoken

add axios

npm i axios

add management cookies

npm i cookies-next

#add date-picker npm i react-datepicker npm i @types/react-datepicker

#add tratamiento de horas npm i date-fns

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.