Backend : nikhilt77/eduSync_Backend
First, Create a .env
file in root directory to store your jwt secret
JWT_SECRET=XXXX.....
then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
(everything?)
- Clean Code
- Redo backend integration
- Proper exception handling