Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 599 Bytes

ISFIT25

Recruitment Web

This is the web application for the new Recruitment Web for ISFiT25: Power.

Get the application running

  1. Run Docker Desktop on your computer in the background

  2. navigate to 'recruitement-web' i.e "cd recruitment-web"

  3. run "npm install"

  4. navigate to 'backend' i.e "cd backend"

  5. run "npm install"

  6. navigate to 'frontend' i.e "cd .." then "cd frontend"

  7. run "npm install"

  8. navigate to 'recruitement-web' i.e "cd recruitment-web"

  9. run 'npm run dev'

  10. You might need to run this command two times if its the first time starting the project