Skip to content

roeeyn/challenge-generator-backend

Repository files navigation

Challenge Generator Backend

Main Image

See the live project here

Pages

We have four main pages:

  1. / as a landing page
  2. /docs for Elixir documentation about the modules
  3. /docs/api for API documentation (Swagger documentation)
  4. /api/challenges for the API itself

Developing The Project

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more