Skip to content

It is a basic Ruby app about writing article doing all CRUD operations.

Notifications You must be signed in to change notification settings

suubh/First-Ruby-app

Repository files navigation

The Articles

*View demo video on Youtube

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Try on your own

  • Make sure Ruby is installed on your system. Fire command prompt and run command:
    -> ruby -v Make sure Rails is installed.
    -> rails -v If you see Ruby and Rails version then you are good to start.

  • Fork this repo and clone it.

  • Install all dependencies .
    -> bundle install

  • Create db and migrate db.
    -> rake db:create
    -> rake db:migrate

  • Now run your application .
    -> bin/rails server or sudo bin/rails server or rails s

About

It is a basic Ruby app about writing article doing all CRUD operations.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published