Skip to content

simonewebdesign/phoenix-elm-users

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
lib
 
 
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Elm & Elixir/Phoenix

An application for user management.

Getting Started

To start your Phoenix app:

  1. Clean out artifact dependencies and install fresh dependencies rm -rf _build deps mix.lock && mix deps.clean --unused && mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Install npm packages npm install && elm package install
  4. Compile Sass and JavaScript files gulp build
  5. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Learn more about Phoenix

Things to do (prioritised)

  • Filtering results by id and name
  • Update action
  • Routing

About

An application for user management, written in Elm and Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published