- React.js
- Node.js
- Express.js
- MongoDb
- CSS
- JAVASCRIPT
- MongoAtlas
- mongoose
- Express
- multer/firebase
- MaterialUI
- 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 full-stack-reddit/backend by running
- And then run the following commands
- Change directory to full-stack-reddit/frontend by running
- And then run the following commands
git clone https://github.com/Amarjeet9999/full-stack-reddit.git
cd full-stack-reddit/backend
npm install
npm run server
cd full-stack-reddit/frontend
npm install
npm start