WUT_Computer_Science/monorepo
2024-05-30 23:44:48 +02:00
..
.vscode feat: upgraded nx, added databae service 2024-05-30 23:05:17 +02:00
apps feat: filled controllers for all models 2024-05-30 23:44:48 +02:00
.editorconfig feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
.eslintignore feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
.eslintrc.json feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
.gitignore feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
.prettierignore feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
.prettierrc feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
generate.sh feat: added controller. modules and services for each model in database 2024-05-30 23:35:53 +02:00
jest.config.ts feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
jest.preset.js feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
migrations.json feat: upgraded nx, added databae service 2024-05-30 23:05:17 +02:00
nx.json feat: upgraded nx, added databae service 2024-05-30 23:05:17 +02:00
package.json feat: upgraded nx, added databae service 2024-05-30 23:05:17 +02:00
pnpm-lock.yaml feat: upgraded nx, added databae service 2024-05-30 23:05:17 +02:00
README.md feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00
run_windows.ps1 feat: powershel pls 2024-04-27 19:08:54 +02:00
run.sh prisma 2024-05-19 17:07:37 +02:00
tsconfig.base.json feat: removed reference to monorepo git? 2024-04-27 18:16:59 +02:00

MyWorkspace

This workspace has been generated by Nx, Smart Monorepos · Fast CI.

Integrate with editors

Enhance your Nx experience by installing Nx Console for your favorite editor. Nx Console provides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.

Start the application

Run npx nx serve my-workspace to start the development server. Happy coding!

Build for production

Run npx nx build my-workspace to build the application. The build artifacts are stored in the output directory (e.g. dist/ or build/), ready to be deployed.

Running tasks

To execute tasks with Nx use the following syntax:

npx nx <target> <project> <...options>

You can also run multiple targets:

npx nx run-many -t <target1> <target2>

..or add -p to filter specific projects

npx nx run-many -t <target1> <target2> -p <proj1> <proj2>

Targets can be defined in the package.json or projects.json. Learn more in the docs.

Set up CI!

Nx comes with local caching already built-in (check your nx.json). On CI you might want to go a step further.

Explore the project graph

Run npx nx graph to show the graph of the workspace. It will show tasks that you can run with Nx.

Connect with us!