henrynavntoft / full-stack-exam

https://full-stack-trail.vercel.app
1 stars 0 forks source link

To start project:

  1. Create a .env file with DATABASE_URL in the backend folder.
  2. For development: docker compose up --build
  3. If the database is not seeded, run npx prisma db seed. (Note: This will modify the database content by adding initial data)

Art Lookup Platform

This repository contains the codebase for an art lookup platform where users can browse, favorite, and explore artworks. This project uses a PERN stack (PostgreSQL, Express, React, Node.js) with Docker for local development and cloud deployment.


Project Architecture