Skip to content

surajsharma/multi-tenant-google-oauth2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐳 Run With Docker

  • run docker-compose up in the root directory
  • an adminer instance runs at port 8080, use the credentials from docker-compose.yml to login

πŸƒβ€β™‚οΈ Run Without Docker

  • run npm i && npm start in /backend
    • change PGHOST in .env to localhost
  • run npm i && npm start in /frontend
    • change target in vite.config.ts to http://localhost:3000

notes

  • login/signup is handled by single route
  • frontend is served at http://localhost:5173
  • .env files