Skip to content

jiamingqiu-jimmy/basic-web-apps

 
 

Repository files navigation

Basic Web Apps

There are three real-deal web applications in this repository, in order of complexity (simple to complex)

  1. Baking App (bake-app.rb)
  2. Message of the Day App (message-app.rb)
  3. Social Wall App (wall-app.rb)

Running The Application

To run these applications, execute the following command first:

bundle install --without production

This will ensure you've installed all the necessary libraries and add-ons to run these applications.

Next, run one of the following commands, depending on which application you want to run:

ruby bake-app.rb -p $PORT -o $IP
ruby message-app.rb -p $PORT -o $IP
ruby wall-app.rb -p $PORT -o $IP
ruby lunch-review-app.rb -o $IP

To stop your application, press Ctrl+c. That's "Control" plus the "c" key.

About

Some simple web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.8%
  • HTML 15.5%
  • CSS 10.7%