Web application for time reporting to a notion database, including different roles for managers and users
React frontend under client folder
Express.js backend under server folder
- npm
npm install npm@latest -g
- node.js
- Express.js
- React
- React router
- React-Bootstrap
cd client
npm start
cd server
npm start