Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 798 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 798 Bytes

School System

A school management system for handling students' affairs, financials, and generating customizable reports and excel exporting.

Prerequisites

  1. Node.js.
  2. PostgreSQL.

Getting Started

Make sure you create a new database called School and update the credentials in the /src/db/config/db.js with yours.

  1. Install dependencies.
> npm install
  1. Migrate database.
> npm run db:migrate
  1. Seed database.
> npm run db:seed
  1. Start application.
> npm start
  1. Build executable (optional).
> npm run make

The executable can be found in the /out folder.

Contributions

For Contributing check the Contributing.md.