StrangerDanger is the very first Full-Stack application I've built. It's a clone of CuriousCat (euphemism for "shameless rip off") and served as a learning exercise to understand the MERN stack.
- Profile Creation
- User Authentication
- Submit Questions to Users (Including Anonymously)
- Answer Questions Via User Dashboard
- Profile Search
- Password Retrival
- Follow/Unfollow Users
- Notifications For Received Replies
- View New Posts From Currently Following Users (Feed)
- Like Posts
- Infinite Scrolling
Note: Node v9.2.1 is recommended.
- Run
npm install
in bothSD_Server
andSD_Client
- Fire up Mongodb with the usual
sudo mongod
command - cd into SD_Server and run
node app.js
- cd into SD_Client and run
npm start