Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Build a REST API with Elixir and Phoenix for a TODO list

License

Notifications You must be signed in to change notification settings

beam4dev/todo_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

TodoApi

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • 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.

Tutorial

Step by step guides to build a todo_api

Versions

  • Basic version This will generate the basic structure of a Phoenix project, including configuration files, a supervision tree, and an initial endpoint, but not everything is needed for an API project.
  • API_version. Tailored specifically for API development. No more unnecessary LiveView, assets, HTML, dashboard, or mailer files. Just the essentials!
  • HTML version. Tailored togenerate the basic structure of a Phoenix project targeting an HTML API. This is better than the generic approach mix phx.new todo_api used before when you only want to create a simple HTML-based resource.

Learn more

About

Build a REST API with Elixir and Phoenix for a TODO list

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /