2026-04-03 19:01:47 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:31:14 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 18:25:54 +01:00
2026-04-03 19:01:47 +01:00
2026-04-03 18:25:54 +01:00

This is a social media app written in Next.js. It's currently in a bare bones state and is far from complete.

App architecture

  • Uses mySQL as database
  • uses NextJS as full stack framework
  • uses Biome as linter
  • uses prismaORM to allow typescript to interact with DB
  • uses react as frontend
  • uses Clerk to handle user authentication
  • uses Uploadthing to handle image storage

Getting Started

To start the application, first, start the development server:

npm run dev

npm run start

Important

You will need to create an env file and setup API keys with Clerk and Uploadthing for the application to work propperly

Open http://localhost:3000 with your browser to see the app

Description
A social media web app for pets
Readme 88 KiB
Languages
TypeScript 93%
CSS 6.4%
JavaScript 0.6%