A school management system for handling students' affairs, financials, and generating customizable reports and excel exporting.
Make sure you create a new database called School and update the credentials in the /src/db/config/db.js with yours.
- Install dependencies.
> npm install- Migrate database.
> npm run db:migrate- Seed database.
> npm run db:seed- Start application.
> npm start- Build executable (optional).
> npm run makeThe executable can be found in the /out folder.
For Contributing check the Contributing.md.