A platform where students can share their notes for courses
- Open a new terminal and run your backend by:
- First, get into the backend repository, and run
npm install
npm run dev
- Open another terminal and run the frontend by:
- First, get into the frontend repository, and run
npm install
npm run dev
- Open the url shown in your terminal