Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prma85/rm3-system
A NextJS application was created as a prototype to implement the RM3 framework (a risk management framework for IT projects) as part of the Ph.D. studies of Paulo Andrade @ University of Regina.
https://github.com/prma85/rm3-system
dashboard nextjs project-management react risk risk-management risk-management-framework risk-management-software rm3
Last synced: 2 months ago
JSON representation
A NextJS application was created as a prototype to implement the RM3 framework (a risk management framework for IT projects) as part of the Ph.D. studies of Paulo Andrade @ University of Regina.
- Host: GitHub
- URL: https://github.com/prma85/rm3-system
- Owner: prma85
- License: mit
- Created: 2021-05-21T01:03:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T03:32:50.000Z (3 months ago)
- Last Synced: 2024-11-13T04:26:36.886Z (3 months ago)
- Topics: dashboard, nextjs, project-management, react, risk, risk-management, risk-management-framework, risk-management-software, rm3
- Language: JavaScript
- Homepage: http://rm3.vercel.app
- Size: 3.22 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RM3
Support Software for the Ph.D. work at the University of Regina
## About
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, make sure you have [Node.JS](https://nodejs.org/en/) running in your computer and install this project dependencies:
```bash
npm install
# or
yarn
```Next, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deployed on Vercel
[https://rm3.vercel.app](https://rm3.vercel.app/admin/dashboard)