- 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.exampletemplate & change the env variables. pnpm ito install dependencies.pnpm devto run local frontend server.
Built with Go Fiber, Gorm and SQLite.
- Copy
backend/.env.exampletemplate & change the env variables.openssl rand -base64 32to generate a cookie secret forCOOKIE_SECRET.
go get .to install Go packages.make watchto run local backend server.
(Please contribute!)