Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/org0000h/strawberry
- Owner: org0000h
- Created: 2018-05-27T14:41:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T21:20:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-21T20:47:21.555Z (almost 2 years ago)
- Topics: docker-compose, express, https, nodejs, socket-io, vuejs, websocket
- Language: JavaScript
- Homepage:
- Size: 3.9 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
---