Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 735 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 735 Bytes

A server hosting all the data shown in the personal landing page

A Django server holding and handling data shown on the space-themed personal landing page.

This app allows an Admin user to do CRUD operations through Django's admin page and handle data effectively.

The content of the app provides APIs for the Certificates, Degrees, Skills, Projects, Experiences datasets, and Email handling.

All the data are stored in a PostgreSQL database.

admin-view

api-view