-
Attention: This site is a backend project and not much attention has been paid to its front end (to the extent required and to show the capabilities of the front end).
-
This site create with Django and use many features.
-
In this project used DRF (Django Rest Framework) with documentation
user-info API used Token authentication and user-posts API used JWT authentication. Except for these, none of them have authentication.
-
The codes for using postgresql and redis are available as comments in the database setting.
-
In this project, I showed my familiarity with Frontend, such as changing html and css, as well as writing javascript and ajax but since the project is a backend project, the frontend is not overworked.
-
Clean coding with comment.
- API (DRF)
- JWT and Token authentication
- Postgresql and Redis database (default SQLite)
- Signup and login system
- Forget password and recovery
- Custom user profile page
- Add post and edit
- Posts categories
- Like and comment