/banlist

Ban them all.

Primary LanguageElixir

Banlist

A simple application to track names of people who have been banned.

To start:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Online Demo

https://banlist.herokuapp.com/

Gaze upon the incredible security of the accounts below:

Admin:

Normal:

To Do

  • Banned schema
  • Banned controller and views
  • Banned list
  • Search list
  • Users
  • User authentication
  • User authorization (admin, non-admin)
  • Sass compiling
  • Explore Brunch