docker-compose up -d
- Connect to local relational DB (PostgreSQL)
- Connect to dockerize DB with host name in same network
- Create DB init script
- Create Models and Table in DB
- Set foreign key apps_id to id in App Table
- Read CSV file
- Add into DB
- updated_at fields set to today date and time (optional)
- Create User Model (optional) authentication
- Register User (optional)
- Local Authentication (optional)
- Get Apps and Screenshots(include app) Methods
- Design UI
- Design App&Screenshots Page with Vue.JS ,Bootstrap and PrimeVue
- Use Vuex , state management (login auth)
- Design Webp Converter Page
- Create Client-Side method
- Design App&Screenshots Page with Vue.JS ,Bootstrap and PrimeVue
- Generate Dockerfile and set dependencies
- Generate Kubernetes yaml files (optional)
- Serve on netlify (optional)