This is a MERN stack app. The backend is hosted on render.com and the frontend is hosted on vercel.
Website link -Live
Steps to run the frontend locally:
- git clone https://github.com/abhigurjeet/stack-overflow-replica.git
- cd client
- npm install
- Create .env file in server directory and add ---> REACT_APP_API_URL=
- npm start
If you want to run backend locally as well then follow below steps for server side:
- Run - cd server
- Run - npm install
- Create a new cluster on mongodb atlas and get database connection string from there.
- Create .env file in server directory and add ---> DATABASE_URL=
- Run - nodemon index.js
Styling is pending and some other features are pending.