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

https://github.com/hoppergee/sql_practice


https://github.com/hoppergee/sql_practice

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hackerrank Practice

### Build image

```bash
make dev:build
```

### Start the mysql

```bash
make t:setup
```

### Test

```bash
make t
```

### Generate new problems

```bash
bin/new_problem
```