CI-api CI-client

gif gif gif

Dashboard

📖 this project is a project of study Epitech, the objective of this one is to realize a dashboard, where you can instantiate different widget, connect you etc... We had only 8 days of work to realize this project, it is for these reasons that this one is not perfect and that you could meet bugs, do not hesitate to signal them in the issues.

🚀 The technologies used for those below: Nx / docker / docker-compose / Nx / Nest / TS / React

How to build app:

before launching the application add the information in the following .env. doc

With Docker:

docker build -t dashboard:nx-base .
docker-compose up

Without Docker:

yarn install && yarn run app:start