Skip to content

MERN app that keeps track of users' collectibles in Animal Crossing: New Horizons.

License

Notifications You must be signed in to change notification settings

arielturner/acnh-dex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACNH Dex

Overview

ACNH Dex is a full stack application built with React (Material-UI framework), Node.js, Express, and MongoDB.

It keeps track of users' collectibles in Animal Crossing: New Horizons and displays missing collectibles for the current month. It consumes ACNH API for collectible metadata.

ACNH Dex is hosted on Heroku at https://acnh-dex.herokuapp.com/.

Getting started

Create a .env file in the root directory and add a MONGODB_URI variable with your MongoDB cluster connection string.

Run the following commands:

  1. npm i

  2. npm run start
    Starts Node.js server on port 5000.

  3. npm run start-app
    Starts React app in development mode. Open http://localhost:3000 to view it in the browser.

About

MERN app that keeps track of users' collectibles in Animal Crossing: New Horizons.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published