Giter Club home page Giter Club logo

pschool's Introduction

Pschool Application

Pschool is a Single Page Application (SPA) built using ASP.NET Blazor WebAssembly and ASP.NET Core Web API. The project demonstrates basic CRUD (Create, Read, Update, Delete) operations in a simple parent/student management system.

Description

The Pschool application showcases how to implement a basic parent/student management system using ASP.NET technologies:

  • Backend: ASP.NET Core Web API handles the data management, providing API endpoints for CRUD operations on parent and student records.
  • Frontend: Blazor WebAssembly creates the user interface for easy interaction with the application. Users can view, add, edit, and delete parent and student data.

Features

  • View a list of parents and students.
  • Add, edit, and delete parent and student records.
  • Filter students based on parent selection.
  • Responsive user interface for easy access from different devices.

Technologies Used

  • Backend: ASP.NET Core Web API with Entity Framework Core for database interactions.
  • Frontend: Blazor WebAssembly for building the user interface.
  • Database: Entity Framework Core with SQL Server (or your chosen database provider).

Getting Started

Follow these steps to set up and run the Pschool application locally:

  1. Clone the repository:

    git clone https://github.com/your-username/pschool.git
    cd pschool

Backend Setup:

  1. Open the Pschool.API solution in Visual Studio or your preferred IDE.
  2. Configure your database connection in the appsettings.json file.
  3. Build and run the API project.

Frontend Setup:

  1. Open the Pschool.Blazor project in Visual Studio or your preferred IDE.
  2. Ensure the API base URL is correctly set in the Program.cs file.
  3. Build and run the Blazor WebAssembly project.

Access the Application:

Open your web browser and navigate to http://localhost:5000 to access the Pschool application.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements


pschool's People

Contributors

abdulhakimz avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.