Skip to content
/ elePHAT Public

A simple notes appplication which was written for testing purposes on Ruby Sinatra and Bootstrap frameworks

Notifications You must be signed in to change notification settings

nausik/elePHAT

Repository files navigation

elePHAT

elePHAT is a very simple which was written purely for testing purposes. It’s a simple notes storage application with tags (dm-tags), authentification (warden), bbcode (rbbcode). It was written on Ruby Sinatra and Bootstrap frameworks.

Install

Installion is very simple. You just need to run

bundle install

and either run

ruby run.rub

and elePHAT will run on your sinatra port (by default it’s 4567), or

rspec -p %portname%

and it will run on portname

Also, by default it’s set to the development mode. If you want your app to be available from external web, add

set :environment, :production

to the Logic class in elePHAT.rb

About

A simple notes appplication which was written for testing purposes on Ruby Sinatra and Bootstrap frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published