Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sheikalthaf/ecom
https://github.com/sheikalthaf/ecom
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheikalthaf/ecom
- Owner: sheikalthaf
- Created: 2024-08-21T05:00:15.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T09:24:21.000Z (4 months ago)
- Last Synced: 2024-11-17T16:15:59.848Z (2 months ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BUILD APP
`env GOOS=linux GOARCH=amd64 go build ecom.com`
`GOOS=wasip1 GOARCH=wasm go build -o ecom.com`
use https://github.com/xxjwxc/gormt this package for migrating existing DBRun ./gormt
# SERVER SETUP
```bash
sudo apt-get update
sudo apt-get install ffmpeg
```# RUN FIBER APP
to list the screens
`screen -ls`to quit the app
`screen -X -S fiber quit`to run the app
`screen -S fiber -dm ./fiber``screen -X -S fiber quit && screen -S fiber -dm ./fiber`