This is an internal project to Thoughtworks for automating parcel delivery system.
Tech stack
Please refer here
Pre-requisites
Follow the instruction to get started.
git clone git@github.com:jagatjeevan/dakiya.git
yarn install
yarn dev
This should open browser in a new tab.
Devbox setup
git clone git@github.com:jagatjeevan/dakiya.git
add jigsawConfig.js file in /app/js/ & export constants 'url' and 'authorizationToken' in that file with appropriate values
yarn install
yarn build
docker-compose build
docker-compose up -d
docker-compose exec dakiya ./seed.sh
- go to
http://localhost:9001/admin
- login using
admin
&admin123
- create new
User
in admin panel. - go to
http://localhost:9001/
and login using user credentials.