westrik / todo-ex

Tiny to-do list API (Phoenix, Postgres)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoApi

mix deps.get	# install dependencies
mix ecto.setup	# create / migrate db
mix phx.server	# start API server 

cd client
yarn run start	# start JS client locally
yarn build	# production build to dist/

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

Learn more

Official website: http://www.phoenixframework.org/ Guides: https://hexdocs.pm/phoenix/overview.html Docs: https://hexdocs.pm/phoenix Mailing list: http://groups.google.com/group/phoenix-talk Source: https://github.com/phoenixframework/phoenix

About

Tiny to-do list API (Phoenix, Postgres)

License:MIT License


Languages

Language:Elixir 100.0%