Commit Graph

7 Commits

Author SHA1 Message Date
dal 17a4afc7ae
moved server into own space of workspace 2025-04-02 11:31:43 -06:00
dal c458e6070f
fix seed script 2025-03-04 09:46:26 -07:00
dal cf45f4eddd
some changes for the sql validation 2025-02-18 11:12:29 -07:00
dal 355fd336ec
Merge pull request #31 from buster-so/staging
Staging
2025-01-13 15:57:23 -08:00
RakeshNara10 fba7cc9c8e add DATABASE_URL export to Makefile 2025-01-09 09:48:08 +05:30
dal a2ab3cb641 Remove package-lock.json and update Docker Compose commands for Redis integration
- Deleted the `package-lock.json` file from the root directory.
- Modified the `dev` target in the API Makefile to start Redis using Docker Compose from the parent directory, improving service orchestration.
- Updated the `next.config.mjs` to load environment variables from the parent directory during development.
- Added `dotenv` as a dependency in both `package.json` and `package-lock.json` to manage environment variables effectively.

These changes streamline the development setup and enhance the management of environment variables.
2025-01-07 22:44:13 -07:00
dal bdc3c10712 Brought in the bi-api 2025-01-03 14:32:54 -07:00