This is a portifolio project composed of a Node.js server/REST API and a React frontend. You can create an account, browse, save and download your favorite paintings. Saved paintings will appear in your profile, and you can group them into collections.
The number of paintings is unfortunatly limited since I'm only one person working on this, but the intended website experience is available.
The frontend uses React, React Router and Redux.
The backend operates with Node + Express and Mongoose.
How to run:
Frontend - npm run dev
Backend - npm run start:dev