Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 665 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 665 Bytes

D2 Items

It's a holy grail project for the diablo 2 game. It displays the entire catalog of items and allows a user to add/configure or remove items to your own holly grail to collect them all. First part of the project is scraping the data from an existing diablo 2 site.

Tech stack:

  • NextJS (React JS + NodeJS) and MongoDB for

  • Add a .env.local file and paste the following:

MONGODB_URI=mongodb+srv://root:root@cluster0.zajee.mongodb.net/myFirstDatabase?retryWrites=true&w=majority MONGODB_DB=d2items NEXTAUTH_URL=http://localhost:3000

  • Run npm install

  • Run npm build

  • Run npm run start

Try it online