An open API service indexing awesome lists of open source software.

https://github.com/vedbhanushali/saas

saas product
https://github.com/vedbhanushali/saas

Last synced: about 2 months ago
JSON representation

saas product

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
```