new screens added for Plan, Db connections, and code refactor

This commit is contained in:
Gagan7900
2026-08-03 22:08:55 +05:30
parent 430389c611
commit c7c361cc0b
12937 changed files with 6501 additions and 158003 deletions
+15 -29
View File
@@ -1,58 +1,44 @@
# YnexTailwind
# Syscom Master Admin UI
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.0.5.
Angular admin console for managing platform users, organizations, tenants, and global master data (countries, states, cities, currencies, languages, timezones) across the Syscom platform.
## Development server
To start a local development server, run:
```bash
ng serve
npm start
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Code scaffolding
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
```bash
ng generate component component-name
```
For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
```bash
ng generate --help
```
## Building
To build the project run:
To build the project for production, run:
```bash
ng build
npm run build
```
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
Build artifacts are written to the `preview/` directory (see `angular.json`).
## Linting
```bash
npm run lint
```
## Running unit tests
To execute unit tests with the [Vitest](https://vitest.dev/) test runner, use the following command:
```bash
ng test
npm test
```
## Running end-to-end tests
## CI/CD
For end-to-end (e2e) testing, run:
```bash
ng e2e
```
Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
Docker builds and publishing are automated via `.gitea/workflows/docker-publish.yaml`.
## Additional Resources