8000 GitHub - jhdcruz/mancave-oms: Ordering Management System for Man Cave Supplies, Inc. | In Compliance to CIT 301, 304, 305
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.
/ mancave-oms Public archive

Ordering Management System for Man Cave Supplies, Inc. | In Compliance to CIT 301, 304, 305

License

Notifications You must be signed in to change notification settings

jhdcruz/mancave-oms

Repository files navigation

Ordering Management System

An ordering management system for Man Cave Supplies PH, Inc.

Note

The company mentioned above is imaginary, any similarity or conflict of a real-life company is purely coincidental.

Architecture

Development

Prerequisites

Setup

  1. Clone and install deps:

    git clone https://github.com/jhdcruz/mancave-oms.git --depth 5
    cd mancave-oms
    pnpm i
  2. You'll need a Supabase credentials:

  3. Rename .env.local.example to .env.local and update the following in both apps/admin and apps/web:

    NEXT_PUBLIC_SUPABASE_URL=
    NEXT_PUBLIC_SUPABASE_ANON_KEY=
    
    NEXT_PUBLIC_SENTRY_DSN=
    SENTRY_DSN=
    

    Both NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY can be found in your Supabase project's API settings.

  4. You can now run the Next.js local development server,

    to run all apps (admin, web, etc.):

    pnpm dev

    to run single app:

    pnpm dev --filter @mcsph/admin

License

This project is distributed under MIT License

FOSSA Status

About

Ordering Management System for Man Cave Supplies, Inc. | In Compliance to CIT 301, 304, 305

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0