Skip to content

I'm tired of doing my coding screens and rebuilding my infrastructure every time. So let's store it.

License

Notifications You must be signed in to change notification settings

meyerkev/coding_screen_base

Repository files navigation

Meyerkev's interview

To run the test suite on the Docker image:

make docker-build && make test

General commands:

# Build
make docker-build

# Run
make up

# Test
# Currently, this is not multi-OS, so it needs to run on linux/amd64
make test

# Unit tests
make unit-test

# Get a Docker shell
make sh

# Reset the server to the beginning state
# Lit. make down && make up
make reset  

About

I'm tired of doing my coding screens and rebuilding my infrastructure every time. So let's store it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published