Avatar Generator leveraging AI services to create, store and serve generated avatars. Features a community page where users are also able to see what the community has made :).
The main tech used was the following:
yarn
..env
file and populate it with the contents of .env.example
.src/server/auth.ts
..env
, you will have to run npx prisma push
in order to push the schema to your desired database provider. Do know that this application is configured to run with Postgres and you might have to tweak the application to run it with other services.yarn dev
.