This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
It can be optimized reducing the amount of fetching to different endpoints to the API , but for purpouses of a good presentation I kept all this fetching
- Axios (More simple way of doing fetching)
- Bcrypt (For the work of cryptography on the authentication process)
- jose ( The same of Bcrypt but more focused on JWT )