Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`