Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sasa-djuric/admin-dashboard-starter
Full stack admin dashboard skeleton
https://github.com/sasa-djuric/admin-dashboard-starter
docker kubernetes mongodb mysql nestjs nginx nodejs nx nx-workspace redis tilt typescript
Last synced: 7 days ago
JSON representation
Full stack admin dashboard skeleton
- Host: GitHub
- URL: https://github.com/sasa-djuric/admin-dashboard-starter
- Owner: sasa-djuric
- License: mit
- Created: 2021-03-15T21:43:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T22:29:30.000Z (over 1 year ago)
- Last Synced: 2023-03-07T21:08:35.462Z (over 1 year ago)
- Topics: docker, kubernetes, mongodb, mysql, nestjs, nginx, nodejs, nx, nx-workspace, redis, tilt, typescript
- Language: TypeScript
- Homepage:
- Size: 10.3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Admin Dashboard Starter
## Tech stack
- TypeScript - https://typescriptlang.org
- ReactJs - https://reactjs.org
- NodeJs - https://nodejs.org
- NestJs - https://nestjs.com
- MySql - https://mysql.com
- Redis - https://redis.io
- NginX - https://nginx.com
- Docker - https://docker.com## Running the app in development
```bash
$ docker-compose -f docker-compose.dev.yml up
```## Running the app in production
```bash
$ docker-compose -f docker-compose.proxy.yml up
$ docker-compose up
```