Skip to content

mohmmedraad/Bookji

Repository files navigation

Bookji is an open-source e-commerce platform built with Next.js, TypeScript, and TailwindCSS. Sell and buy books hassle-free with secure payments via Stripe.

Bookji

Warning This project is still in development and is not ready for production use.

It uses new technologies (drizzle ORM) which are subject to change and may break your application.

Tech Stack

Running Locally

  1. Clone the repository

    git clone https://github.com/mohmmedraad/Bookji.git
  2. Install dependencies using pnpm

    npm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    npm run dev
  5. Push the database schema

    npm run db:push
  6. Seed the database

    npm run db:seed
  7. Start the Stripe webhook listener

    npm run stripe:listen

Releases

No releases published

Packages

No packages published

Languages