Skip to content

Commit

Permalink
Feat(api): Fastify api (#175)
Browse files Browse the repository at this point in the history
* fix: small ui fixes (#164)

* error messages

* ui tweaks

* chore: prisma extraction (#165)

* prisma

* restructure

* prisma working

* chore: deps handling (#166)

* prisma

* restructure

* prisma working

* gitignore

* emails using database package

* fastift template

* fastify init

* fastify auth server poc

* foundations

* nearly there i guess ...

* ticket apis

* ticket related

* ticket apis & swagger

* Tickets & admin

* todos

* notebooks handover

* api & ui

* api files

* api files

* last api handles

* users

* WEBHOOKS

* admin clean up

* new ticket clean up

* reposition

* success
  • Loading branch information
potts99 authored Nov 24, 2023
1 parent 446a20b commit 59012f3
Show file tree
Hide file tree
Showing 197 changed files with 49,803 additions and 10,486 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
node_modules
.pnp
.pnp.js
.yarn
.pnp.cjs
.pnp.loader.mjs

# testing
coverage
Expand Down Expand Up @@ -36,4 +39,5 @@ yarn-error.log*
.vercel

# Typescript build
dist
dist

25,499 changes: 25,499 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit 59012f3

Please sign in to comment.