- Clone the project
- Change to kanban_backend directory
- run
bash local_setup.sh
to setup the python environment for flask - run
bash local_run.sh
to run the app in development mode - run
bash local_workers.sh
andbash local_beat.sh
to run redis and celery.
- Change to kanban_frontend directory
- install Node
- run
npm install
to install all the dependancy reqired for the vite app - run
npm run dev
to run the vite app in development mode
- http://localhost:5173 - Enter this link to access the vite app
- http://localhost:8080 - Enter this link to access the flask app