Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 997 Bytes

README.md

File metadata and controls

46 lines (39 loc) · 997 Bytes

CaveProvider WebClient

Frontend Application for the CaveProvider School Management System.

Before running this code, you should have experience with the following:

  • Javascript
  • Angular

Getting Started

Prerequisites

  • Visual Studio Code
  • Node Js => 14.21.3
  • Angular CLI => 11.2.14

How to Run

  1. Fork the repository.
  2. Clone your fork:
    git clone https://github.com/yourusername/CaveProviderWebClient.git
    
    cd CaveProviderWebClient
    
    npm install
    
    npm start
    
    http://localhost:4200/
    

What to work on

Currently, the project has 9 Modules

  1. Institution Setup
  2. Staff
  3. Student
  4. Report Card
  5. Transcript
  6. Bursary
  7. Accounting
  8. Settings

If you want to contribute, the first thing is to set up the project and then open an issue with a feature request or generally on anything you want to work and we will start a discussion from there.