Skip to content

A requirement engineering and management platform build with MERN.

Notifications You must be signed in to change notification settings

tamang29/ReAlign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prototype

ReAlign is an all-in-one requirements engineering platform designed to streamline the documentation and management of project requirements.

Table of Contents

Development Setup

  1. Clone the project

    git clone git@gitlab.lrz.de:seba-master-2024/team-41/prototype.git
    cd prototype
    
  2. Rename the file .env.example to .env for MongoDB access.

  3. Install dependencies for backend application

    cd backend
    npm install
    
  4. Install dependencies for frontend application

    cd frontend
    npm install
    

Running the project locally

To start the project locally follow these steps:

  • Start the nodejs application

    cd backend
    npm start
    
  • Start Reactjs app

    cd frontend
    npm start
    

Running the project in Docker

To start the project in a Docker container:

docker compose up

The backend application will be served on localhost:3000:3000 and the frontend application will be served on localhost:3001:80.

About

A requirement engineering and management platform build with MERN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •