An ACNH (Animal Crossing: New Horizon) wiki app where users can look up specific information from the game database.
- Deployed Link: http://nookbuddy.herokuapp.com/
As a Public User:
- sign up
As a Logged in User:
- login and logout.
- view the index page of all the villages currently available in the game.
- click and view individual villagers to see specific information.
- Add villagers to a favorites list.
- Add or delete personal notes to favorite villagers.
- Fork and clone this repository
- Navigate to the project folder
- Create a
.env
file and add the following:DATABASE_URL=mongodb://localhost/ PORT=3000
SECRET=<ThisCanBeAnything>
- Inside the project folder, run
npm install
- To start the server, run
npm start
- Navigate to
https://localhost:3000
55 - The app should now up and running!
- Documentation: http://acnhapi.com/doc
- Github Repo: https://github.com/alexislours/ACNHAPI
Endpoint | Component | AuthenticatedRoute ? |
---|---|---|
/auth/signup |
SignUp |
No |
/auth/login |
SignIn |
Yes |
/villagers |
Index |
Yes |
/villagers/:id |
Show |
Yes |
/my_villagers |
Index |
Yes |
/villagers/my_villagers/:id |
Show |
Yes |
/my_villagers/:id/edit |
Update |
Yes |
- JavaScript
- Liquid Express views
- Css/Bootstrap
- Mongoose
- Express
- Node.js
- Add more data for users to view:
- Fish, Bugs, Fossils, Art, Items, etc.
- Add more styling
- Fix styling to be responsive
- Coming soon...