"Pawtinhas" is a Next.js project for a veterinary app, focusing on pet care and health management.
- Next.js
- React
- React Bootstrap
- SASS/SCSS
- Javascript
git clone https://github.com/ecpieritz/parking-app.git
cd parking-app
npm install
npm run dev
oryarn dev
to run locally- open http://localhost:3000/
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js
.
The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
The easiest way to deploy a Next.js app is to use the Vercel Platform from the creators of Next.js.
Developed with 💙 by Emilyn C. Pieritz