STORY
First day of coding on the project
AUTHOR
Joined 2022.12.15
DATE
VOTES
sats
COMMENTS

First day of coding on the project

This is a completely new world to me, so feel free to give advice.

For full transparency, I'm using ChatGPT as a companion to help me get started.

Here is what I managed to achieve, leveraging current python coding experience:

  • current status regarding choice in stack: Flask, PostgreSQL to manage user data (both teacher and students). I have not yet decided to go with either Jinja2 or Bootstrap. Any recommendations on that? I use a virtual environment to manage dependencies. I started using VS code, but I quickly switched back to simple vim at this point. I should probably put more effort into getting familiar with VS code. I push everything to github.

  • I implemented registration for a user including email, name and password

  • The user can login using the email and password, and then his user profile shows up

  • One can schedule a date, but nothing yet happens after that.

  • Got rid of any errors.

I need to do this after regular working hours, so progress might be slow.