A Simple Game Wishlist app is built using the MVC Architecture, we have also implemented "authorization" so folx can sign up, customize & personalize the app
Be sure to add that lovely star 😀 and fork it for your own copy
- It's a beginner level app created to understand how MVC concept and logins are added
- It's for beginners & intermediates with little more experience, to help understand the various aspects of building a node app with some complex features
bcrypt, connect-mongo, dotenv, ejs, express, express-flash, express-session, mongodb, mongoose, morgan, nodemon, passport, passport-local, validator
npm install
- Create a
.env
file and add the following askey: value
- PORT: 2121 (can be any port example: 3000)
- DB_STRING:
your database URI
Have fun testing and improving it! 😎
- TODO:
- Steam login.
- get prices from steam API - maybe.
- CSS on login page.
- CSS on signup page.
- CSS on todo page.
- Manage a very long list of games?
- Add a way to change urgency of gmaes in the list.