Skip to content

Platform that helps small businesses collaborate on bulk orders 😁

Notifications You must be signed in to change notification settings

kaichewy/GoShare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

62 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

B2B Collaboration Platform

πŸ“ Summary

A B2B Collaboration Platform that helps small businesses collaborate on bulk orders, coordinate deliveries, and cross-sell complementary products to reduce costs and improve efficiency.


🐳 Run with Docker

1. Prerequisites

  • Docker and Docker Compose installed
  • A .env file in the root directory with the following variables:
# .env
BACKEND_PORT=8080
FRONTEND_PORT=5173
API_URL=http://localhost:8080
API_DOMAIN=localhost

# postgres database
POSTGRES_USER=kai
POSTGRES_PASSWORD=password
POSTGRES_DB=gosharedb
POSTGRES_PORT=5432
POSTGRES_HOST=db

# JWT
JWT_SECRET=supersecret123

2. ▢️ Start the App

From the root directory, run:

docker-compose up --build

3. Next Steps

4. πŸ” Shut Down & Restart

πŸ›‘ To stop the app (safe shutdown):

docker-compose down

5. ▢️ To start the app again (after shutting down your laptop or stopping Docker):

docker-compose up

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •