https://github.com/vedbhanushali/saas
saas product
https://github.com/vedbhanushali/saas
Last synced: about 2 months ago
JSON representation
saas product
- Host: GitHub
- URL: https://github.com/vedbhanushali/saas
- Owner: Vedbhanushali
- Created: 2024-05-22T05:11:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T18:24:04.000Z (3 months ago)
- Last Synced: 2025-03-02T19:28:24.966Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 673 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# SAAS APP
## Database Setup
postgres database is running in docker container on port 5432 forwarded to localhost
also database web interaction can be done on
```
docker-compose up -d
```below is database connection url
***DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=SCHEMA***
```
postgresql://ved:ved@localhost:5432/saas
```