A really simple API that serves a json list of sites to be blocked by the chrome extension.
Follow the official guide to install Phoenix
To start the server:
- Install dependencies with
mix deps.get
- Initialize database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
- To start in interactive mode use
iex -S mix phx.server
- To start in interactive mode use
- Install dependencies with
mix deps.get
- Initialize database with
mix ecto.setup
- Start Phoenix endpoint by running the script
./start_prod.sh