ReAlign is an all-in-one requirements engineering platform designed to streamline the documentation and management of project requirements.
-
Clone the project
git clone git@gitlab.lrz.de:seba-master-2024/team-41/prototype.git cd prototype -
Rename the file .env.example to .env for MongoDB access.
-
Install dependencies for backend application
cd backend npm install -
Install dependencies for frontend application
cd frontend npm install
To start the project locally follow these steps:
-
Start the nodejs application
cd backend npm start -
Start Reactjs app
cd frontend npm start
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.