Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```