gamitej / Remarks

Remarks with CRUD operation using redux-thunk and tailwind css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remarks

FrontEnd

  1. ReactJS
  2. Redux & Redux Thunk
  3. Tailwind Css
  4. MUI
$ cd frontend
$ npm install
$ npm start

BackEnd

  1. Flask
  2. sqlite
$ cd backend
$ python3 server/server.py

To run both backend & frontend

  1. 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
  1. Use below command to get your username
whoami
  1. After the modification save the file and run the shell script.
bash run.sh

About

Remarks with CRUD operation using redux-thunk and tailwind css


Languages

Language:JavaScript 77.8%Language:Python 15.6%Language:HTML 5.0%Language:Shell 0.8%Language:CSS 0.8%