Skip to content

fleveque/servy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Servy

Servy is the work in progress following PragmaticStudio Elixir course

Starting the Server

To start the auxiliar processes and the HTTP server on port 4000, run the following in your Elixir shell:

mix run --no-halt

In order to change the http port, you can modify mix.exs or run:

elixir --erl "-servy port 5000" -S mix run --no-halt

About

WIP for PragmaticStudio Elixir course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published