https://github.com/hoppergee/sql_practice
https://github.com/hoppergee/sql_practice
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoppergee/sql_practice
- Owner: hoppergee
- Created: 2020-07-31T13:53:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T02:19:18.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T10:43:14.767Z (over 1 year ago)
- Language: Ruby
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```