PSMS Portal
Promoter Share Management System is an application to keep track of the ownership of the shares of the company. This system helps to keep the privacy of a shareholder within the system.
Features
- Shareholder dashboard
- Share management(Bonus, Contract, Transfer ...)
- Company news
- Announcements
- Reports
- Events
- Notifications
- User management
Demo
https://portal.psms.rkdholdings.com.np/
API Documentation
Installation
Clone repo with following command
git clone https://github.com/psms-new/portal.git
Navigate to project root folder and install dependencies.
cd portal
npm install
Run development server
npm run dev
Production build
For building optimized production build file use following command
npm run build
To preview build file
npm run preview
After build finished your optimized code placed on "dist" folder.
Folder Structure
portal/
├── node_modules
├── public
├── dist
├── docs
├── src/
│ ├── apis
│ ├── assets
│ ├── component
│ ├── hooks
│ ├── pages
│ ├── sections
│ └── utils
├── .eslintrc.cjs
├── index.html
├── jsdoc.json
├── package.json
├── package-lock.json
├── postcss.config.cjs
├── tailwind.config.cjs
├── vite.config.js
└── README.md
