Skip to content

A collection of thoughts, musings, and memories written down over the years by me

Notifications You must be signed in to change notification settings

blekmus/next-thelonelylands

Repository files navigation

The Lonely Lands

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.

Previews

image

Admin Dashboard

image

image

Setting up

npm install
npx prisma generate
npx prisma migrate dev --name init

# Copy entries file to prisma folder
npm run seed