- React.js
- Node.js
- Express.js
- MongoDb
- CSS
- JAVASCRIPT
- mongoose
- Express
- MUI
- Styled Components
- Login/signup with backend authentication
- Add new post to feed
- Upvote/downvote any post
- See and write comments to any post
- Install git on your machine
- Clone our repository by running the command
- Change directory to nus-tutor/backend by running
- And then run the following commands
- Change directory to nus-tutor/client by running
- And then run the following commands
git clone https://github.com/antonlee59/nus-tutor.git
cd nus-tutor/backend
npm install
npm start
cd nus-tutor/client
npm install
npm start