Giter Club home page Giter Club logo

optipos's Introduction

Nextjs fullstack template

Just a template containing couple of packages for me to get started faster

Stack

  • Nextjs
  • tailwindcss
  • prisma (I use supabase as db hosting)
  • nextauth
  • React hook form
  • Zod
  • React toastify
  • React Query

Getting started

  • Install dependencies yarn install
  • Create .env file so that prisma can read the environment variable. Not sure why it cannot read .env.local so we will live with this for now.
  • Update .env with content of env.example file
  • Run prisma migrate to populate tabels in your db based on schema.prisma npx prisma migrate dev --name init
  • You can check your database that it now contains couple of tables
  • Run npx prisma generate to generate prisma client, so that you can query prisma orm

You can use whatever database supported by prisma. Just edit the schema.prisma to integrate with your db. Refer here Prisma schema reference

Prisma notes

  1. Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started
  2. Run prisma db pull to turn your database schema into a Prisma schema.
  3. Run prisma generate to generate the Prisma Client. You can then start querying your database.

Features

  • Role based authorization
    • Authenticated: Admin, User
    • Unauthenticated: Guess
  • Passwordless authentication (login by magic link)
  • Oauth authentication (Google)
  • Credentials authentication (email & password)

optipos's People

Contributors

ceghap avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.