BrainOp

Tech Stack

MERN stack

Setup Instructions for Local system

1- Fork the repository to your own GitHub account.

2- Clone the project to your local system

git clone https://github.com/Jalaj028/BrainOp.git

3- Install the dependencies:

npm install

4- Start the application

cd frontend
npm run dev