This repository contains an app developed in NextJS for a web application requested by the faculty for the exchange of vehicles for the subject "Ingeniería de Software 2"
run the development server on bash:
only one time: npm i next
npm i prisma -D
every time: npm run dev
then look at http://localhost:3000/
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!