Skip to content

fido1hn/POS-Accounting

Folders and files

NameName
Last commit message
Last commit date
Aug 13, 2024
Sep 9, 2024
Aug 30, 2024
Aug 26, 2024
Sep 6, 2024
Sep 13, 2024
Aug 31, 2024
Sep 4, 2024
Sep 5, 2024
Aug 30, 2024
Sep 5, 2024
May 31, 2024
Jul 25, 2024
Sep 13, 2024
Jul 26, 2024
Sep 7, 2024
Aug 2, 2024
Sep 4, 2024
Sep 5, 2024
Sep 5, 2024
Aug 18, 2024
Aug 13, 2024
May 31, 2024

Repository files navigation

POS Accounting, Nuxt, Nuxt UI, Supabase

POSA: POS Accounting allows POS agents keep track of daily transactions on the go, get finiancial reports and chat with A.I about their finances.

Technologies include

Vue/Nuxt, Tailwind CSS, Supabase, Nuxt UI, Shadcn-Vue,

Backend Setup

  • Setup up a Supabase project
    • Create a new project on Supabase
  • Configure environment variables
    • Copy the .env.example file to .env and fill in all the variables
  • Setup authentication on Supabase
    • Configure authentication providers in your Supabase project settings, Email & Google.
  • Run database migrations
    • DB Migrations will be provided soon
  • Set up AI integrations
    • Coming soon

Dev Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.

About

Point of Sale application built with Vue, Nuxt, Nuxt UI, & Supabase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published