This is a Next.js project bootstrapped
with create-next-app.
- guests database
{
"_id": "",
"nama_perumahan": "",
"tanggal_masuk": "",
"tanggal_keluar": "",
"nama_tamu": "",
"tipe_tamu": "",
"alamat_rumah": {
"blok": "",
"nomor": ""
}
}- web directories
site.link?tipe_tamu=umum
site.link/reports
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- multiple events
- master data for address
- reports
© 2022 - Kukoding