Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 858 Bytes

File metadata and controls

23 lines (18 loc) · 858 Bytes

NEXUS

Installing Dependencies

  1. Ensure all dependencies are installed

pip install -r requirements.txt OR pip freeze > requirements.txt

Running Backend

  1. Install Eclipse IDE and Java 21
  2. Clone repo
  3. Open Eclipse and import the project as an 'Existing Maven Project'
  4. Ensure the JRE System Library is set to Java 21
  5. Click the 'Run Application' button then select 'Java Application' then 'NexusApplication' when the options appear

Running Frontend

  1. Clone repo
  2. Go to launchpad-frontend directory cd launchpad-frontend
  3. Run npm install in the terminal to install all required dependencies
  4. Ensure the backend server is running (see above)
  5. Run npm start in terminal
  6. Navigate to http://localhost:3000/ on your browser to see the app locally

Mongo Mac Setup Instructions