A collection of thoughts, musings, and memories written down over the years by Dinil Fernando (aka. blekmus/walker).
Built on Nextjs using Typescript. Custom user frontend with Mantine admin dashboard. Connected to SQLite database with Prismajs and Apollo Graphql.
npm install
npx prisma generate
npx prisma migrate dev --name init
# Copy entries file to prisma folder
npm run seed