FrontEnd
- ReactJS
- Redux & Redux Thunk
- Tailwind Css
- MUI
$ cd frontend
$ npm install
$ npm start
BackEnd
- Flask
- sqlite
$ cd backend
$ python3 server/server.py
To run both backend & frontend
- Modify the run.sh script in place of username write your system username
gnome-terminal --working-directory=/home/username/Remarks/backend/ -- bash run_backend.sh
gnome-terminal --working-directory=/home/username/Remarks/frontend/ -- bash run_frontend.sh
- Use below command to get your username
whoami
- After the modification save the file and run the shell script.
bash run.sh