Basic Wiki app with Sorcery for authentication.
To get started:
- Clone the repo (git clone https://github.com/arrancscott/floow-wiki)
- cd into the project directory
- Create local database called 'floow'
- Run migrations (bundle exec rake db:migrate)
- Run 'rails s' to start the server
- Head to localhost:3000 in your browser
- Click the register link and create an account
- Start creating articles :)
- Run 'bundle exec rspec spec' to run the test suite