Fetching git code to local system:
- Clone the repository from GitHub:
git clone https://github.com/Anikesh02/OpportuNet.git
For Frontend:
- Open Frontend Folder:
cd frontend
- Install
npm
dependencies after changing working directory tofrontend
:npm install
- After installing dependencies run:
npm run dev
For Backend:
- In another terminal, Open Backend Folder:
cd backend
- Install
npm
dependencies after changing working directory tolocation
:npm install
- After installing dependencies run:
npm run dev
Make sure to rename .env.sample to .env in both frontend and backend with your credentials
If you liked the project consider giving it a star ⭐