Giter Club home page Giter Club logo

babyshim's Introduction

BabyShim

BabyShim is an announcement app with a messaging functionality that allows users to check how many days are left until their baby is due. The site is created using Ruby on Rails with PostgreSQL database, Foundation front end with custom CSS, and Customized Javascript timer.

My first client, my wife, asked me if I could build a simple web app to announce her pregnancy to her friends with a countdown function. BabyShim was created so that users can not only learn about the news, but also leave comments for us as a couple to celebrate together with our dear friends and family. Please visit the website.

##Development##

  • Ruby (version 2.0.0)
  • Rails (version 4.2.5)
  • PostgreSQL (version 9.4.5.0)
  • Foundation 5

##How to Run BabyShim on a Local Machine

  • Verify that you have the correct version of Ruby installed (version 2.0.0) by running the command in the command line:
$ ruby -v
ruby 2.0.0p576
  • If you don't have Ruby installed have a look at ruby-lang.org for possible ways to install Ruby on your platform.

  • Mac users can find installation instructions for PostgreSQL at the Postgres website.

  • To install Rails, use the gem install command provided by RubyGems:

$ gem install rails

To verify that you have everything installed correctly, you should be able to run the following:

$ rails --version

If it says something like "Rails 4.2.1", you are ready to continue.

  • To access the app, you need to clone the repository and install bundle. All required gems are listed in the Gemfile.
  • Install bundle.
git clone github.com/ezrashim/mycademy.git
cd mycademy
bundle install
  • To prepare the database, run:
rake db:create
rake db:migrate
  • To run the local server, run:
rails s
  • To open the app in a browser, type in URL:
localhost:3000

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.