Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 603 Bytes

Getting Started with Create React App

This project was bootstrapped with Create React App.

Note

This is a full-stack application developed with:

Django

  • A Python framework for backend development.
  • This backend contains:
    • API end-points developed and designed with django-rest-framework,
    • Postgresql database to assist manage the data to and fro the frontend.
  • The backend has been hosted on render platform

React

  • A JavaScript library/framework for frontend UI.