# Vlun-express
Just demo used, PLEASE do not use on any production environment.
Notice: Please use ```pnpm``` or ```yarn``` for start up    

## Install
1. ``` yarn ``` or ``` yarn install ``  
2. Copy a new file from `.env.examples` and rename as `.env`, and fill the data
3. ``` yarn run init ```

## Starting
```yarn start ``` or ``` yarn dev ```  

## routeBuilder
Usage: Generate a set(folder) of controller, service and route with  
```
yarn gen <name>  

e.g. 
yarn gen users  
```

## API location demo
``` 
http://localhost:8080/api/v1/<route_name>/login  
e.g. http://localhost:8080/api/v1/apple/login   
```   

## Docker info

```md
docker build -t mvc-test .
```

```md
docker-compose up -d
```
