What have been done:
- Fixed AWS server time out issues when trying to connect to GitHub to update codes.
- Remove all compiling errors related to MongoDB by commenting out incomplete codes.
- Install MongoDB locally.
Problems encountered:
- On AWS server, it will time out when trying to connect to GitHub.
Solution:
- Run below commands.
git config --list --system
git config --list --global
git config --system --unset credential.helper
Note:
- The link below is the guide to install MongoDB.
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows