We created this project to help you with your productivity. This tool helps you track all your activities like sports, work, hobbies
- Sign up
- Create first project
- Start to commit your activities
- See your progress
create .env file in enlearn directory
SECRET_KEY=<generate_secret_key>
DB_NAME=<db_name>
DB_USER=<db_user>
DB_PASSWORD=<db_password>
DB_HOST=<db_host>
DB_PORT=<db_port>
TIMEZONE=America/Vancouver
docker build -t 10.0.0.200:5000/progress:0.0.1-arm .
docker push 10.0.0.200:5000/progress:0.0.1-arm
kubectl -n dev apply -f .