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.
https://banlist.herokuapp.com/
Gaze upon the incredible security of the accounts below:
Admin:
- Username: admin@substratalcode.com
- Password: password
Normal:
- Username: test@substratalcode.com
- Password: password
- Banned schema
- Banned controller and views
- Banned list
- Search list
- Users
- User authentication
- User authorization (admin, non-admin)
- Sass compiling
- Explore Brunch