This is a repository for the Dallgram project.
This project aims to be a minimal Instagram clone for images generated by AI. It uses the DALL-E Mini implementation to generate a bunch of variants of an given prompt. The user can choose a variant and post it to the feed.
To use this application, first you need to install the dependencies:
pnpm installAfter that you need to start the local MySQL container using docker-compose. Run the following command in the root of the project:
docker-compose upWith the database running, you can start the application:
pnpm devThe project is built using the following technologies: