Deployed on Heroku: https://mini-stackoveflow.herokuapp.com/#/
Install NodeJS, npm and MongoDB on your OS. Then:
In the Server side:
cd server
npm install
npm run dev
In the Client side:
cd client
npm install
npm run serve
Build for development and run hot-reload website:
npm run serve
The default server connected in this setting is hosted at http://192.168.0.100:8081/. It might be slow when you open it sicne it will need a few seconds to relaod and restart.
- User Authentication and Authorization
- Create Question
- Create Answer
- Upvote Downvote Answer
- Create Popular tags on main page
- Serverside Pagination
- Search keyword and return questions
https://github.com/Microsoft/vscode-recipes/tree/master/vuejs-cli
Render dependency tree:
npm ls <package-name>
Upgrade general dependency:
npm upgrade <package-name>