-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Root-ish edited this page May 27, 2019
·
4 revisions
Drinkers is an app where users can find their Soulmates, based on their favourite drinks. Simple add your favourite beers using our Untappd API and find potential matches based on each others beer interests.
- Users can sign-up and log-in on Drinkers,
- Users can add their favourite beers using a search function through the API Documentation
- Users can experience different states throughout the app. Such as the empty state.
- body-parser - npm - used for parsing incoming request bodies into req.body
- dotenv - npm - Used for loading environment variables from a .env file
- ejs - npm - Used as a Javascript templater
- express - npm - Used for routing and file serving
- express-session - npm - Used for user sessions
- mongodb - npm - Used as a database
- multer - npm - Used for uploading images
- node-sass - npm - Used for experimenting and CSS styling
- node-sass-middleware - npm - Used for compiling
- npm - npm - Package manager
- slug - npm - Used for making stings URL friendly 😊
- underscore - npm - Used for comparing objects