Skip to content

Commit

Permalink
Add: signup page
Browse files Browse the repository at this point in the history
  • Loading branch information
akbatra567 committed Nov 29, 2024
1 parent 235a7ea commit 07b60a6
Show file tree
Hide file tree
Showing 10 changed files with 628 additions and 127 deletions.
10 changes: 10 additions & 0 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
fileignoreconfig:
- filename: frontend/package-lock.json
checksum: 8a5cd5eb441617ab02cb53bd4bd7278515463c8cd1c54abf3dfa66574db5ab85
- filename: frontend/src/app/auth/auth.tsx
checksum: 3e224b96e2b3cbeeed25fc3b23aae602777b96854c15f6b1dfdb1fbc4732f8c4
- filename: frontend/src/app/lib/types.tsx
checksum: 72aa08cae493e7078d23ae2bd5bd4d4dcc8af165f6fe3680e09e225aed1125d7
- filename: frontend/src/app/signup/page.tsx
checksum: c39507c1ca4cdc75145e39511e5829617be13d211be0dd4b5739145c9c179007
version: ""
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('api', app, document);

await app.listen(3000);
await app.listen(3001);
}
bootstrap();
Loading

0 comments on commit 07b60a6

Please sign in to comment.