Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.52 KB

Full Stack CRUD App

Sample project showcasing CRUD operations with React on the frontend and .NetCore Web API with PostgreSQL on the backend

About

This is basically a practise project for demonstrating my fullstack development skills. It has simple CRUD (Create, Read, Update, Delete) operations implemented on the backend with .NETCore Web API, connecting to a PostgreSQL cloud database on Supabase. It is a demo student database application which can be interacted with through the simple UI built with React, JavaScript and plain CSS.


Built With

Front End:

Static Badge Static Badge Static Badge

Back End:

Static Badge Static Badge Static Badge