| Učo | Name |
|---|---|
| 485524 | Vít Nakládal |
| 493062 | Dominika Blehová |
| 492892 | Adam Krídl |
TODO: Paste the assignment once approved
- Prepare connection variablescreating
.envfile with connection details to the database. For local development you can achieve this e.g. by:cp .env.example .env - Start DB via:
turso dev --db-file dev.db - Update database schema via:
npm run db:push - Start drizzle kit via:
npx drizzle-kit studio- The DB should be now reachable and visible on https://local.drizzle.studio
- Start application via:
npm run dev- The application should be now reachable on http://localhost:3000
The CI pipeline lints the source code and verifies whether it's buildable.
The CI pipeline together with Vercel form CI/CD pipeline. Once the code is merged into main branch and CI part succeeds, the application is accessible at https://gift-planner-pv247.vercel.app/.