About | Features | Technologies | Requirements | Starting | License | Author
Versi terbaru dari "Survei Kepuasan Pelayanan" yang dibuat menggunakan Svelte 5, Typescript, Prisma, SQLite dan Tailwindcss. Untuk secara penggunaan masih sama sama dengan versi sebelumnya, hanya saja code lebih rapih. Untuk repo versi terdahulu bisa ke Survei Kepuasan Pelayanan.
✔️ SPA (Single Page Application)
✔️ Realtime
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/suryamsj/survei-kepuasaan-pelayanan
# Access
$ cd survei-kepuasaan-pelayanan
# Install dependencies
$ npm i
# Init database
$ npm run db:init
# Copy model to schema.prisma
model Survey {
id Int @id @default(autoincrement())
result Int
created_at DateTime @default(now()) @updatedAt
}
# Migrate
npm run db:migrate
# Run the project
$ npm run dev
# The server will initialize in the <http://localhost:5173>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Muhammad Surya J