Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datek/attiladudas
Source of my profile site
https://github.com/datek/attiladudas
Last synced: about 1 month ago
JSON representation
Source of my profile site
- Host: GitHub
- URL: https://github.com/datek/attiladudas
- Owner: DAtek
- License: mit
- Created: 2022-10-02T14:21:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T05:14:18.000Z (3 months ago)
- Last Synced: 2024-10-27T08:03:50.256Z (2 months ago)
- Language: Go
- Size: 394 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![codecov](https://codecov.io/gh/DAtek/attiladudas/graph/badge.svg?token=DD4YIGPFYE)](https://codecov.io/gh/DAtek/attiladudas)
# Source code of [attiladudas.com](https://attiladudas.com)
## Requirements:
- `just`
- `docker`
- `direnv`
- `go`
- `gotestsum`
- `node`
- `awscli`
- For the backend deployment: `ansible`## Running the tests locally:
- `cd backend`
- `just test`## Running both the frontend and backend locally
- `docker compose up --build`