cootook / project

Learn by doing project for everybody
MIT License
0 stars 0 forks source link

[TICKET] - use new database #33

Closed cootook closed 4 months ago

cootook commented 5 months ago

The app uses SQLite database db.db . The new version of the app is going to use ORM SQLAlchemy. Models (classes) were implemented. Login, logout and registration were implemented.

Now it is time to use new database to store appointments, time slots, etc.