Skip to content

gpstrange/erp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERP app

ERP application for an educational institution.

Prerequisite

MySQL

Setup

  • Clone the repository git clone <url>
  • Install npm modules npm install
  • Change the database configuration: server/configs/database.js
  • Import tables from dbDump.sql
  • Install global npm modules npm i -g nodemon webpack webpack-dev-server
  • Run node server npm start

Core Structure

erp-college/
  ├── client/
  │   ├── actions/
  │   │   ├── common/
  │   │   ├── pages/
  │   │   └── user/
  │   │
  │   ├── components/
  │   │   ├── common/
  │   │   ├── pages/
  │   │   ├── user/
  │   │   └── app.js
  │   │
  │   ├── reducers/
  │   ├── index.js
  │   └── routes.js
  │
  ├── server/
  │   ├── configs/
  │   │   ├── database.js
  │   │   ├── server.js
  │   │   └── webpack.dev.js
  │   │
  │   ├── middlewares/
  │   ├── controllers/
  │   ├── routes/
  │   ├── index.html
  │   └── index.js
  │
  ├── shared/
  │   └── validations/
  │
  ├── .babelrc
  ├── .gitignore
  ├── package.json
  └── README.md

About

Student application for applying leaves and Outpass, staffs approve it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published