Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaadevofc/karhutla-astro
CRUD Data Karhutla dengan AstroJS dan Google Maps APi
https://github.com/zaadevofc/karhutla-astro
astro astrojs crud nodejs prisma
Last synced: 10 days ago
JSON representation
CRUD Data Karhutla dengan AstroJS dan Google Maps APi
- Host: GitHub
- URL: https://github.com/zaadevofc/karhutla-astro
- Owner: zaadevofc
- Created: 2023-12-05T04:04:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T04:40:57.000Z (about 1 year ago)
- Last Synced: 2023-12-05T05:24:07.342Z (about 1 year ago)
- Topics: astro, astrojs, crud, nodejs, prisma
- Language: Astro
- Homepage:
- Size: 706 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Data Karhutla dengan AstroJS dan Google Maps APi
## 💉 Kalo mau runinng simpel no ribet - ribet
konfigurasi ada file `.env.example` jangan lupa di ganti jadi `.env`
* `GMAPS_KEY` isi dengan google maps apikey daftar dulu di console google
* `DATABASE_URL` isi dengan string connection db lu masing - masing. db nya terserah `mysql, postgresql, ...` jan lupa di file primsa.schema di ganti dulu `provider = "DB_PUNYA_LU"` defaultnya `mysql`
* `JWT_SECRET` isi dengan key teserah yg penting amanklo konfigurasi dah selesai langsung running di cmd :
```bash
npm run init:boost
```klo lu running `npm run init:boost` nanti udah sepaket langsung download package + push db. Lalu lu bisa running servernya :
```bash
npm run dev
```## 🎯 Fitur??
* CRUD `(create, read, update, delete)`
* Set Mark berdasarkan data di database.
* Sistem Auth, Session.
* Login/Register.
* Protected Page, dll.
* Lainnya? request sini.## Nih tampilan
![Karhutla View 1](/public/tampilan/karhutla-view-1.jpeg "Tampilan Dashboard")
![Karhutla View 1](/public/tampilan/karhutla-view-2.jpeg "Tampilan Dashboard")
![Karhutla View 1](/public/tampilan/karhutla-view-3.jpeg "Tampilan Dashboard")
![Karhutla View 1](/public/tampilan/karhutla-view-4.jpeg "Tampilan Dashboard")