https://github.com/bwhtdev/symmetrical-happiness
Web app [Astro/Tailwind/Alpine] (WIP) + Rest API [GO] for Future Project
https://github.com/bwhtdev/symmetrical-happiness
Last synced: over 1 year ago
JSON representation
Web app [Astro/Tailwind/Alpine] (WIP) + Rest API [GO] for Future Project
- Host: GitHub
- URL: https://github.com/bwhtdev/symmetrical-happiness
- Owner: bwhtdev
- Created: 2024-07-30T18:30:34.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T21:51:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T11:24:04.226Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# symmetrical-happiness
Web app [Astro/Tailwind/Alpine] (WIP) + Rest API [GO] for Future Project
### Docker commands
```
docker build -t exittech-web web/Dockerfile .
docker build -t exittech-api api/Dockerfile .
docker-compose up
```