- A web application designed entirely from scratch, using the MERN Stack (MongoDB, Express, React/Redux, NodeJS)
- Used Postman to test API routes before integrating them on the frontend
- Public pages to display the artist's work and more information
- Private pages (the dashboard) which can be accessed from the "Contact" tab
- The dashboard requires authentication to access and allows the user to add, delete, and edit the content that is displayed on the public pages
npm install
# in development mode
npm run dev