-
-
-
### Description
As a developer I want a user model to represent Users in the database.
### Acceptance Criteria
An user model with the following attributes exists: Id (UUID), email, username, passwo…
-
### Description
As a developer I want an endpoint to update the password of a user
### Acceptance Criteria
A endpoint to update the password of a user exists.
### Comment
_No response_
-
- [x] Create a table for articles
- [x] Add user authentication
- [ ] Create a separate table for tags
- [x] Add user field to articles table
- [ ] Add public/private field to articles table
-
## Issue Description
Somehow the comment model was missing, we need to create it.
## Estimated Time
**Estimated Time:** 20 mins
## Reviewer Assignment
**Reviewer:** @kaanyolcu22
…
-
_Disclaimer: I am mostly talking about the drawing of **graphs**, as that is what I focused on for now in #6._
The current drawing method relies on the
M2-TE updated
28 minutes ago
-
-
After installing the dependencies listed in the `requirements.txt` file, a module not found error is raised when running the server. `ModuleNotFoundError: No module named 'smtplib'`
-
### Issue: Improve Authentication Backend
#### Tasks:
- [x] **Review Master Branch**
- Ensure the latest version of the master branch is pulled and up-to-date before starting on the tasks below…