Setup
Running
- git clone the repo -
git clone git@github.com:ffamilyfriendly/Armadillo.git .
- install dependencies with
npm install
- run code with
node .
(might want to configure port in config.js) - log in to the website with the admin credentials provided in the console
Adding users
- log in as admin
- click the cog in the bottom bar (or navigate to /settings)
- input desired username and password in “Create account” and click create
Deleting users
- log in as admin
- click the cog in the bottom bar (or navigate to /settings)
- input username to delete in “delete account” and click delete
Adding a category
- log in as admin
- click the “+” icon next to “Category:”
Editing a category
- log in as admin
- click the pen icon at the top right of the category
Moving a category
- log in as admin
- click the scissor icon at the top right of the category
- navigate to desired path
- click the paste icon in the bottom right
Removing a category
- log in as admin
- click the trashbin icon at the top right of the category
Adding/editing/moving/removing a movie
same procedure as category