Go to file
Pau Costa Ferrer 1faa0d5c8f Initialize Hot Desking app with web and API services
- Set up SvelteKit for the web interface with Tailwind CSS.
- Build the API using NestJS with Prisma ORM for database interaction.
- Add environment variable management and docker-compose for PostgreSQL and PgAdmin instances.
- Create shared data models for consistent typing across services.
- Establish basic routing and layouts for web and API services.
2026-03-28 00:06:57 +01:00
.idea Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
apps Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
shared Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
src Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
.gitignore Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
docker-compose.yml Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
package-lock.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
package.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
prompts.md Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tsconfig.base.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tsconfig.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00