Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 889 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 889 Bytes

Baroque Management System

Introdution

A simple management system to allow schools to work in an efficient manner.

Installation

Please ensure you have docker installed from this website for your own platform.

$ git clone https://www.github.com/zahidirfan/baroque.git
$ cd baroque
$ docker-compose up -d

Open your browser and got to localhost:3000 and you should be good to go.

Features

The current stage the sytem is not connected to the database for any data but in future it should.

  • Student Profile Page has been implemented.
    • Dummy Data and Picture
    • Dummy Transactions List
    • Dummy Examination Result

TODO

  • Authentication
  • Add database
  • Add accounts page
    • Allow to add categories
    • Allow to automatically change the fees
    • Allow to create the time table schedule
    • Allow to add more users like teachers, students