/larsen-toulousaine

Agenda des concerts metal à Toulouse

Primary LanguageTypeScript

Larsen Toulousaine

Votre agenda metal toulousain !

Starter project

This is the starter project for the fullstack tutorial with Next.js and Prisma. You can find the final version of this project in the final branch of this repo.

Dev

The database and image storage used are the same in prod and in development: be careful.

Commands

Pull env var:

npx vercel pull env

Run server:

npm run dev

Prisma

You need to update the database every time your Prisma schema file is changing by running the following commands:

npx prisma generate

npx prisma db push

⚠️ These commands wil update the production database: be careful!

Tools

This projet uses Next.js, Vercel for deployment & analytics, Cloudinary for images storage.