Stackoverflow like forum for connecting developers and discussing coding stuff that contains advanced features and stunning UI.
Aryamitra Chaudhuri
Clone the project
git clone https://github.com/aryamitra06/dev-inside.git
Go to the client directory
cd client
Install dependencies
npm install
Start client server
npm start
Go to the backend directory
cd backend
Install dependencies
npm install
Start backend server
npm start
Contributions are always welcome!