This is a Remix app using the new Vite backend bundler and using Express to serve the pages.
You will need to spin up Docker and use the provided Docker compose file
# start postgres docker container
docker compose up -d
Seed the database
# npx prisma db seed
This React app uses ExpressJS to serve the webpages
npm run dev