This README would normally document whatever steps are necessary to get the application up and running.
To implement this program, you should folow these steps:
-
After clone/download project, we have project source code in “rails_app-master” folder.
-
use terminal run command:
$ cd [path]/rails_app-master $ bundle exec rake db:migrate $ rails s
-
in web browser you copy these urls and click enter:
localhost:3000/users and localhost:3000/microposts
Insert data and see what anything is special in my project.
thank you!
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
-
…
Please feel free to use a different markup language if you do not plan to run rake doc:app.