Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shirshendubhowmick/cube-dashboard-api
https://github.com/shirshendubhowmick/cube-dashboard-api
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shirshendubhowmick/cube-dashboard-api
- Owner: shirshendubhowmick
- Created: 2023-12-09T07:44:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T07:00:16.000Z (about 1 year ago)
- Last Synced: 2024-12-10T03:07:25.515Z (about 1 month ago)
- Language: Go
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cube dashboard backend
The backend provides authentication and data ingestion handling for the cube dashboard.
## Run locally
Make sure you have the `.env` file in project root and run `make run`. The ENVs are auto loaded by the `dotenv` package.
## Build
Make sure you have the `.env` file in project root and run `make build`. The ENVs are auto loaded by the `dotenv` package.
ENVs:
```sh
POSTGRES_HOST=your_postgres_host
POSTGRES_PORT=your_postgres_port
POSTGRES_USER=your_postgres_user
POSTGRES_PASSWORD=your_postgres_password
POSTGRES_DB_NAME=your_postgres_db_namePORT=your_port
GOOGLE_MAP_API_KEY=your_google_map_api_key
CUBE_API_SECRET=cube_api_secret
API_JWT_SECRET=api_jwt_secret
```