This is a blog website with the functionality below:
- After logging in, users can access their profiles
- Users can update their information, such as email address or password.
- Users can browse, create, update, or delete posts.
- Users can filter posts by clicking on a username to view posts from a specific user.
To start the server, run the foloowing command:
cd web_blog
python mange.py migrate
python manage.py runserver