- Built with React using create-react-app
- Used Material UI for some styling
- Built using Node.js with Express
- Go to the root directory of the project
cd backend
npm install
npm start
- Go to the root directory of the project
cd frontend
npm install
npm start