This is a Reddit Clone Created Using MERN
Use the package manager npm to install dependencies in the folder backend and frontend
npm i
You can use 2 methods to run the file
- Docker
- Build
sudo docker-compose build
- Run
sudo docker-compose up
- npm and node
- Backend
nodemon app.js
or
node app.js
- frontend
npm run start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Stats Represented Through Graphs
- Fuzzy Search in Sub Greddits Page
- Showing an Image on clicking a sub greddit and Name and Description
- Keyboard ShortCuts added