My DjangoRest Framework project

DRF image redirecting to the its code in GitHub
Django-Rest Framework

Click on the image or its link to check out my code

This project developed the backend infrastructure for a crowdfunding platform, allowing for secure and efficient project funding.
This links to theJS-Reactproject

- Requirements -

  • Be separated into two distinct projects: an API built using the Django RestFramework and a website built using React.
  • Have a clear target audience.
  • Have user accounts.
  • Ability to create a “project” to be crowdfunded with provided attributes.
  • Ability to “pledge” to a project with provided attributes.
  • Implement suitable update/delete functionality.
  • Implement suitable permissions.
  • Return the relevant status codes for both successful and unsuccessful requeststo the API.
  • Handle failed requests gracefully.
  • Use Token Authentication.
  • - Adopted technologies -

  • Django Rest framework to build the backbone of the website/APIs.
  • SQLite3 as database
  • Python
  • Insomnia to show/test the APIs/Endpoints functionalities
  • Fly.io to deploy the live version