Skip to content

Don't believe everything you read on the internet.

Notifications You must be signed in to change notification settings

edubs5/makeupedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakeuPedia

Makeupedia is an app for fun.

It allows any user to find text that exists on a Wikipedia page and replace that text on their own. For example, a user can rewrite history by specifying that Steven Hawking was president of the United States in 1789. And why not? Home boy is amazing.

Developer Setup:

  • Bundle gems
$ bundle
  • Initialize the database
$ rake db:create
$ rake db:migrate
  • Start Rails
$ rails server

Tests:

  • Setup the test environment:
$ rake db:test:prepare
  • Run the tests:
$ rspec
  • Run JavaScript Tests:
$ rake jasmine

Then visit your localhost:8888 to view the tests.

About

Don't believe everything you read on the internet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published