xander-miller / xikipedia

A MVP wikipedia clone based on the blocipedia project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Xikipedia

Build Status Code Climate Test Coverage

A bare bones wiki, app done in Rails.

##Documentation

This is a simple Rails App that can be found deployed on Heroku.

##Features

Xikipedia Satisfies the following User Stories

  1. As a user, I want to sign up for a free account by providing a user name, password and email.
  2. As a user, I want to be able to sign in and out of Xikipedia.
  3. As a user with a standard (free) account, I want create, read, update, and delete public wikis which anyone can view.
  4. User accounts should have one of three roles: admin, standard (free), or premium.
  5. As a developer, I want the development database to be automatically seeded with users and wikis.
  6. As a user I want upgrade my account from a free plan to a paid (premium) plan.
  7. As a user with a premium account, I want to create private wikis which require a Blocipedia account and proper authorization to view.
  8. As a user, I want to edit wikis using Markdown syntax.
  9. As a user with a premium account, I want to add and remove collaborators to my private wikis.

##Credits This project is inspired by the curriculum of Bloc.


xikipedia is Copyright © 2014 Xander Miller. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

A MVP wikipedia clone based on the blocipedia project.

License:MIT License


Languages

Language:Ruby 97.2%Language:CSS 1.4%Language:JavaScript 1.4%