Blog with Django REST framework
- JWT Authentication
- Full text search
- Write comments for a post
- Add posts to favorite list
- Filtering and Pagination
- Like a blog post
- Delete unverified users after a week
Clone the project
git clone https://github.com/Hosseinht/drf_blog && cd drf_blog
Create .env file. Provide needed information(check .env.example)
Install Docker
docker-compose
Build and run the app
docker-compose build
docker-compose up
To see the endpoints go to http://127.0.0.1:8000/swagger/