Skip to content

zafrinn/Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors