Skip to content

zeyad-kay/school-system

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages