- Login page at
<domain>/login
- Try the demo at samplestore.khoiuna.info/login.
- Login with username
admin
& passwordadmin123
.
- Admin dashboard to add & edit products.
- Preorder notification through Discord.
Built with NextJS and TailwindCSS.
- Copy
frontend/.env.example
template & change the env variables. pnpm i
to install dependencies.pnpm dev
to run local frontend server.
Built with Go Fiber, Gorm and SQLite.
- Copy
backend/.env.example
template & change the env variables.openssl rand -base64 32
to generate a cookie secret forCOOKIE_SECRET
.
go get .
to install Go packages.make watch
to run local backend server.
(Please contribute!)