Skip to content

mkaravaev/ex_job_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExJobProcessor

Build docker image

docker build -t ex_job_processor .

Run test (better run in container for not executing command localy)

docker run -it --rm ex_job_processor mix test

Start API

docker run --rm -it -p 127.0.0.1:4000:4000 ex_job_processor mix phx.server

Endpoints

headers: application/json

POST http://localhost:4000/ POST http://localhost:4000/to_bash

Deployment

Let's discuss deployment strategies on interview call I can make it throught k8s or direct to node with edeliver. It doesn't make sense to implement without actual cluster or remote server :)

Build release

mix release --env=prod --verbose

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published