This repository contains the code for a web application that interfaces with the Metropolitan Museum of Art API. The application allows registered users to explore and search the museum’s vast art collections. Users can personalize their experience by adding items to their favorites and their search queries are conveniently saved for future reference. To ensure user privacy and security, all user data is stored in MongoDB and is encrypted.
https://metropolitanmuseum.vercel.app/
Repo Link :
https://github.com/benakram4/user-api
https://collectionapi.metmuseum.org/
To run this project, you will need to add the following environment variables to your .env file
NEXT_PUBLIC_API_URL
Clone the project
git clone https://github.com/benakram4/metropolitan_museum.git
Install dependencies
npm install
Start the project
npm run dev
Open http://localhost:3000 with your browser to see the result.