Go to file
tanshu 350edf7126 Removed timezone information from columns. Time will be stored in UTC coordinates.
Moved to Sqlalchemy 1.4 model and SessionFuture.

Upgraded to Angular 12

Upgraded the python dependencies
2021-09-07 12:59:18 +05:30
brewman Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
docker/app Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
overlord Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
sql
.env
.gitignore
CHANGES.md
deploy.sh Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
lint.sh Removed timezone information from columns. Time will be stored in UTC coordinates. 2021-09-07 12:59:18 +05:30
README.md
version_bump.sh

Prettier - to format typescript files

npx prettier --write src/app/

Eslint - to lint typescript files

eslint src/app/

Optional to fix the errors as well

eslint src/app/ --fix

Poerty remove environment

rm -rf `poetry env info -p`

Poerty install

poetry install