Skip to content

hensen2/colab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Requirements

  • NodeJS v20.14+

Login credentials for testing

Instructions to run app

  1. Clone this repository code to your local device.
  2. Open a terminal and navigate to the project directory
  3. Run the command "cd backend" to move into the backend directory
  4. Install the backend packages using "npm i"
  5. Start the server by running "npm run dev"
  6. Without closing the first terminal, open a second terminal and navigate to the project directory again
  7. Run the command "cd frontend" to move into the frontend directory
  8. Install the frontend packages using "npm i"
  9. Start the app by running "npm run dev"
  10. Navigate in your browser to http://localhost:5173/
  11. Enter login credentials listed above to test

Make sure ports 8080, 8081, and 5173 are open to run this app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages