Skip to content

subhamsarangi/REST-boilerplate-DRF

Repository files navigation

An advanced restapi with the best practices.

This project is a Django web application that leverages various tools and libraries for backend development.

  1. postgres database with ORM capabilities for managing data, along with migration tools for handling database schema changes.
  2. ✅ Passwords are securely hashed, and JSON Web Tokens are utilized for authentication and authorization.
  3. ✅ The project also handles data serialization and deserialization efficiently.
  4. Environment variables are managed effectively for configuration.
  5. cross-origin resource sharing is supported for secure API access.
  6. ✅ It processes background tasks asynchronously.
  7. URL-friendly slugs are generated to improve readability
  8. pagination, public and private listing
  9. file upload to aws
  10. full text search using postgres.
  11. ✅ view count in mongo db
  12. hierarchial comment tree.
  13. real-time user interation updates via socket
  14. change password using email
  15. documentation

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •