- A Full Stack web app made with node,express,bootstrap, mongoDB, passportJS,OAuth2.0 and ejs.
- Users can log in with their Twitter credentials, view all users images, favourite the images share the images and upload their own images.
- Implements passportJS to use OAuth 2.0 to login via Twitter.
- Uses mLab DB service to store user and images data.
- Node.js
- Express
- Mongo db
- EJS
- jQuery
clone this project and change into this directory and install dependencies.
npm installRun the app with
npm run startTo restart the server on changes during dev run:
npm run dev