Django REST Framework

As part of the She Codes Plus program we created a backend servers using the Django REST Framework to host and serve API requests for our apps

Equipme Crowdfunding App - Back End

My final project submission for the DRF module of She Codes Plus program was to create a database and API server using DRF that receives GET, POST and PUT API calls from my React JS front end app.


The app is a crowdfunding platform for people who want to raise money to purchase sporting equipment. Users can create a request, view all requests, view a single request, update their own request and donate to a request. It has user authentication, so users can sign up, log in and log out.


Click on the image to view the deployed site or the GitHub repo for the back end, where you can read more about the project objectives, view screenshots of API end point testing in insomnia, you'll also be able to see the Entity Relationship Diagram and the API Specification documentation.

Group Project - Diversitech - Back End

Our final project for the She Codes Plus program was to work in a team of 6 to create a web platform for a client that helped to connect people in tech who are typically underrepresented and usually find it difficult to find other 'people like them' to connect with. The back-end of this project used DRF to create a database and API server that receives GET, POST, PUT and DELETE API calls from our React JS front end app.


The app is a crowdfunding platform for people who want to raise money to purchase sporting equipment. Users can create a request, view all requests, view a single request, update their own request and donate to a request. It has user authentication, so users can sign up, log in and log out.


Click on the image to view the deployed site or the GitHub repo for the back end, where you can read more about the project objectives, view screenshots of API end point testing in insomnia, you'll also be able to see the Entity Relationship Diagram and the API Specification documentation.