RPMS is management system that stores and manages researh work in university. Many university doesn't have proper portal to maintain research paper's data, so this can fill that gap. It has facility to add your work and it also categorise the paper on the basis of School, Domain of the paper and one can also to maintain its reachability in different schools with students or professors. One can also search the paper based on the paper domain.
- Add research ⟶ add work related to research paper and it's related details like paper details, details of conferences attended, paper domains, reference papers.
- Search ⟶ search using tags i.e. AI+ML (Add '+' sign in case of multiple tags)
- Paper reachability ⟶ user is able to set reachability of the paper i.e. between different departments and student/professor or both of particular department.
- View History ⟶ user can view his/her history.
- Comment ⟶ user can comment on one's paper.
- User profile ⟶ user can see his/her all previously added works add add new work as well.
- React-js V16.0 and above [ Link ]
- Node-js V12.18.2 and above [ Link ]
- HTML
- CSS
- PostgreSQL [ Link ]
- pgAdmin4 [ Link ]
- Bootstrap [ Link ]
make sure you have nodejs
,npm
and pgadmin4
are installed in your desktop. If already installed then
clone the repository using below command
git clone https://github.com/mrchocha/RPMS.git
cd RPMS
cd frontend
now build all the modules from package.json
npm install --save
Run below to start the frontend part of the project
npm start
For deeper understanding, you can always visit the doc file here