Application for recording and viewing entries and exits of vehicles in a parking lot. Created with Next.js
- Next.js
- React
- CSS
- Tailwind
- 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