/whales

A lightweight MVC framework in Ruby

Primary LanguageRuby

#Whales

There's Rails, there's Sails, so why not Whales? Whales is a lightweight web framework written in Ruby, inspired by popular MVC frameworks like Rails, Django, and Express.

##Installation

The easiest way to install Whales is to clone this repo.

##Your First Whales Project Create a new app:

cd whales
./whales new MyApp

Start working:

# cd into the new folder
cd ../MyApp

# start the server
whales server