Giter Club home page Giter Club logo

dagashi's Introduction

Dagashi - A Food Delivery Web App

Built with Nextjs, ShadcnUI & Clerk

iPhone 12 Pro-1706168520061 iPhone 12 Pro-1706168719014 iPhone 12 Pro-1706168693639 iPhone 12 Pro-1706168703685

Table of contents

Overview

Check the live deployment here.

Dependencies

This project is built with Nextjs Pages Router bootstrapped with Create T3 App. The beautiful frontend uses ShadcnUI + Tailwind and backend is held together by Prisma + Supabase & tRPC. Further dependencies can be checked from package.json.

How to deploy

Important

This project is still a WIP. Deployment procedure may change in upcoming commits. Even the packages!
Supabase integration in supabase branch. main branch uses sqlite for database.

  • Clone the repository: First off, clone this repository by downloading the zip file from the above Code button. Or better yet, if you have Git installed in your system, run the following command in your terminal:

    git clone https://github.com/SamIsTheFBI/dagashi
  • Install dependencies: Go to the directory of the code & run the following command.

    npm install

    If you have any other Node package manager (yarn, bun, or pnpm) do as required to install the packages as defined in package.json.

  • Create an ENV file: Create a .env in the root directory and fill the values as given in .env.example

    # Prisma
    # https://www.prisma.io/docs/reference/database-reference/connection-urls#env
    DATABASE_URL="file:./db.sqlite"
    
    # Clerk Auth Provider
    NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
    CLERK_SECRET_KEY=
    NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
    NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
    NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
    

    Now you're ready to run the app! ๐Ÿš€

  • Start the project: Run the following commands:

    npm run db:push
    npm run dev

dagashi's People

Contributors

samisthefbi avatar

Watchers

 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.