Software Engineering 2 - main project - Kiruna eXplorer - group 18
You can use npm run dev
to run the project with authentication disabled.
Running with npm start
will leave authentication enabled.
You can find a collection ready to be imported in mongodb in test_users
. The collection name should be
users
.
- Clone the repository
- Run the following command in the root folder of the project:
docker compose up
- Open a browser and go to the following address:
http://localhost:80/
- To stop the project, run the following command in the root folder of the project:
docker compose down
- Run the following command:
docker compose up -d db
- To stop the container, run the following command:
docker stop mongo
- To remove the container, run the following command:
docker rm mongo