Skip to content

feat(api): initialize API with Prisma, Express, and CORS setup#86

Merged
Ibinola merged 1 commit intoIbinola:mainfrom
blegodwin:init_and_db
Feb 23, 2026
Merged

feat(api): initialize API with Prisma, Express, and CORS setup#86
Ibinola merged 1 commit intoIbinola:mainfrom
blegodwin:init_and_db

Conversation

@blegodwin
Copy link
Contributor

  • Added Prisma schema and initial migration for workspaces, saved contracts, and saved interactions.
  • Created Express server with health check and workspaces endpoint.
  • Configured CORS to allow requests from specified origin.
  • Introduced dotenv for environment variable management.
  • Set up TypeScript configuration for the API.
  • Added example .env file for database connection and web origin.

closes #75
closes #76

- Added Prisma schema and initial migration for workspaces, saved contracts, and saved interactions.
- Created Express server with health check and workspaces endpoint.
- Configured CORS to allow requests from specified origin.
- Introduced dotenv for environment variable management.
- Set up TypeScript configuration for the API.
- Added example .env file for database connection and web origin.
@Ibinola Ibinola merged commit 5187fe7 into Ibinola:main Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Database Schema for Cloud Workspaces Initialize Express / NestJS Backend Application

2 participants