A web app for course coordinators to manage multiple git repositories.
Built on the MERN stack.
In the backend
directory, run:
pnpm i
To run the development server:
pnpm run dev
In the multi-git-dashboard
directory, run:
pnpm i
To run the development server:
pnpm run dev
Open http://localhost:3002 with your browser to access the app.
- By default,
prod
runs on ports3000
&3001
,dev
runs on ports3002
&3003
(frontend and backend ports respectively). Remember to update the ports in your.env
files.