Skip to content

marresgit/my-next-js-app

Repository files navigation

next-js-test

Testing some next-js + react with typescript?

How to:

npm run dev

Todo:

npx prisma studio

Done

Extra

  • Backend with FastAPI
  • Google maps iframe

Prixma

.env file

DATABASE_URL = "mysql://your_username:your_password@localhost:3306/your_db_name"

or sqllite

DATABASE_URL="file:./dev.db"

Here are the prisma commands

npx prisma init
npx prisma generate
npx prisma migrate dev

About

Testing some next-js + react with typescript?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published