Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```