Technologies used for the project.
- Frontend
-
- [Next.js with typescript] - React framework for using SSR.
-
- [Webpack]
-
- [Material UI framework] - For CSS and UI/UX
- Backend
-
- [express.js with typescript] - Node.js framework for REST API
-
- [helmet] - For securing API
-
- [cors] - CORS middleware for express
-
- [morgan] - HTTP logger
For Backend part (first):
Install the dependencies and devDependencies and start the server.
cd backend
npm install
npm run dev
For Frontend (after server is running)
cd ../frontend
npm install
npm run dev
And go to localhost:3000