Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)