Skip to content

Sosokker/B2D-Ventures

Repository files navigation

Build CI Eslint CI Playwright Tests

B2D-Ventures

About

B2D Ventures is a fund raising platform

Installation

List of external services you need before initialize the project

  1. Create .env to store environment variable
cp .env.example .env
// Add tokens to .env
  1. Install dependecies and start server
npm install
npm run dev

Project Structure

public/             Static assets
src/
├─ app/             Contains core application files, routing, and page components
│  ├─ api/          API route handlers
│  ├─ globals.css   Shadcn/ui theming
├─ components/ 	    Reusable UI components for building the interface
│  ├─ ui/           Shadcn/ui components
├─ lib/             Utility functions and service libraries
│  ├─ data/         Data-fetching logic or helper functions for handling data (Supabase queries)
│  ├─ stripe/ 	    Configuration code related to Stripe payment integration.
│  ├─ supabase/     Utilities for Supabase integration (database, authentication, etc.).
├─ types/ 	    Infers types from Supabase and includes interfaces
├─ middleware.ts    Custom middleware for processing each request
tests/ 	            Playwright tests for end-to-end testing of the application

Contributor

  1. Nantawat Sukrisunt | Nantawat6510545543
  2. Naytitorn Chaovirachot | CondricNay
  3. Sirin Puenggun | sosokker
  4. Pattadon Loyprasert | GGWPXXXX

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages