Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/org0000h/strawberry

It's tasty , and my favorite fruit.A fast webApp framwork by vue.js, Express and socket.io on a nodejs server.The frontend ,thanks to vue-elment-admin project.
https://github.com/org0000h/strawberry

docker-compose express https nodejs socket-io vuejs websocket

Last synced: about 10 hours ago
JSON representation

It's tasty , and my favorite fruit.A fast webApp framwork by vue.js, Express and socket.io on a nodejs server.The frontend ,thanks to vue-elment-admin project.

Awesome Lists containing this project

README

        

# strawberry
## start up with docker
---
automatic deployment by docker-compose,run cmd below:
```
docker-compose up
```
Use URI https://localhost to access the container.

If using vscode to debug, first change the value og command to "npm run debug" in docker-compose.yml ,then start the vscode,chosing "attach docker" in launch.json

## or just run in localhost
---

```
cd strawberry/
npm install
npm start // or npm run debug

```
Use URI https://localhost:3000 to access the server

## some helpful docker cmd
---

```
docker image build -t strawberry .

docker images

docker save strawberry -o strawberry_dockerImage.tar

docker run --rm -it -p 8000:3000/tcp strawberry node bin/www
```

## todo
---