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: over 1 year 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
```