SMK's vision into the future
With more than 200.000 artworks, SMK aims to digitalize their entire collection. This project imagines a potential way of doing it. Made in collaboration with Henry Navntoft for the subject Full Stack Development.
Built with:

Introduction
SMK has created an amazing API full of information about their artworks. This project aims to create a platform where users can explore and interact with the collection.
To give the user enough flexibility without overwhelming it, the platform is initially seeded with 2000 artworks taken from the API and stored in a PostgreSQL database, following Prisma models. For efficiency, it uses tanstack query and incorporates pagination, filtering and sorting.

Features
- Sign up flow
- Log in flow
- Forgot password flow
- Like/Unlike artworks
- Filtering
- Sorting
The Process
When a change is made to the codebase, a long process starts. The code is pushed to GitLab, where a CI pipeline tests it and builds Docker Images that are stored in Docker Registry.
In the deployment stage, the CI job accesses my virtual private server with my credentials, pulls the Docker Images and Docker Compose up the services.