/buckcalc_api

Elixir phoenix web framework based project

Primary LanguageElixir

BuckcalcApi

Phoenix project spike

* This project covers jason web token based user authenication for web and api using uberauth.
* See test/controllers/user_controller_test.exs and test/controllers/session_controller_test.exs for functional tests
* We use postgresql along side ecto
* Seed database by running, mix run priv/repo/seeds.exs

Starting

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more