GitXplorerGitXplorer
j

tuna

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
407a12f102d931821aa4a8b7b7ba0d0fa6365d35

improved User and Post models, improved database seeding

LLevPewPew committed a year ago
Unverified
209541d5f32bbd31e7a7ba26e5b59db98c43379d

basic initial database seeding setup and created

LLevPewPew committed a year ago
Unverified
bc136552ba809aa841c39df01810d096ebc240bc

syncing db User model creation to creation of new auth0 account

LLevPewPew committed a year ago
Unverified
e607fd7970a3838d53c67e2b7bd155d43e74e7d1

setting up db and prisma

LLevPewPew committed a year ago
Unverified
81ef6e43e6f5a15ad57c7440c3695ebb1cbcaa7d

setting up vercel postgres db

LLevPewPew committed a year ago
Unverified
b5ed45eb7c8302a2ec7083a828457bed9cd12faf

basic eslint and prettier config

LLevPewPew committed a year ago

README

The README file for this repository.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.