Project progress at this moment, written in hronological order
Day 1-2 (image 1)
- I wrote basic UI (as UI is not main focus of this project)
- I added login page and error page => safe_render_template(template_file, jinja_info=None)
- Connected hCAPTCHA for basic brute force attacks
Day 3 (image 2)
- I added JWT and signup page
- Implemented postgresSQL
Day 4-5 (no image)
- Bug fix, edge case improvements, like missing data etc
- When there exists valid JWT user is redirected form login/signup page straight to /home_user
Day 6-7 damn numbers (image 3)
- Started and colmpeted google authentication as second option
- Changed my database table
Day 8 (image 4)
- Wrote pytests to tests my code before deployment
- Dockerized my project
- Wrote CI/CD pipelines for github for faster deployment
There is a lot to add next step is to implement CRUD operations
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.