Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-10T21:51:18.000Z (5 months ago)
- Last Synced: 2024-10-30T01:03:58.710Z (2 months 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
```