Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.06 KB

File metadata and controls

49 lines (27 loc) · 1.06 KB

Metropolitan Museum Gallery

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.

Demo

https://metropolitanmuseum.vercel.app/

API Reference

User API

Repo Link :

https://github.com/benakram4/user-api

metmuseum API

https://collectionapi.metmuseum.org/

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

NEXT_PUBLIC_API_URL

Run Locally

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.