Skip to content

fullstack aplikasi point of sales with go, next js

Notifications You must be signed in to change notification settings

Yuefii/point-of-sale

Repository files navigation

Getting Started

Backend (Go)

  1. Run the backend server in development mode (without compilation):
make dev
  1. Run the backend server with compilation:
make build
make run

Frontend (Next.js)

  1. Install dependencies:
bun install
  1. Run the frontend server:
make client
  1. Build and run the frontend server:
make client-build
make client-start

Notes

  • Make sure to set the correct environment variables in the .env file.
  • Make sure to run the backend server before running the frontend server.
  • Make sure to run make build before running make run for the backend server.
  • Make sure to run make client-build before running make client-start for the frontend server.

About

fullstack aplikasi point of sales with go, next js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published