Wikinimous is an anonymous wiki app where anyone can create a new article or update an existing one.
- Faker Gem
- Simple Form
- Bootstrap
- CRUD
Users can CREATE a new article:
Users can UPDATE and existing article:
git clone [email protected]:guavalines/rails-wikinimous
.git
cd rails-wikinimous
rails db:create db:migrate db:seed:replant
bundle install
yarn install
rails server
Open your browser and visit localhost:3000