An Inven!RA Implementation
If you're only looking to start a complete Inven!RA platform, run:
$ docker compose -f docker-compose.yaml up -d
Ports:
- Frontend: http://localhost:8080
- Backend: http://localhost:3000
- Backend Swagger: http://localhost:3000/swagger
- Mongo Express: http://localhost:8090/db/invenira/
- MongoDB: mongodb://root:root@localhost:27017/
- Keycloak: http://localhost:8091
Login with the default user admin and password admin
$ npm install
$ docker compose -f docker-compose-dev.yaml up -d
$ npm run backend:dev
$ npm run frontend:dev