RaoAkif / RailsBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • In config folder, open database.yml file and Add on line 23, 24, UserName of Database and Password (In my case, in pgAdmin).
  username: postgres
  password: 12345
  • Update Application name with app_name on line 28, 62, 86, 87 & also in UpperCase APP_NAME on line 88.
Initialize a DB:
rails db:create

PROJECT_NAME

Description the project.

Built With

  • Ruby on Rails
  • HTML
  • CSS
  • sqlite3 for the local development
  • Postgresql for the production
  • Heroku for Deployment

Live Demo (if available)

Live Demo Link

Linters

  • Rubocop
  • Stylelint

Getting Started

To get a local copy up and running follow these simple example steps.

Install

In order to run, you need to install RUBY and Rails in your computer. For windows you can go to Ruby installer and for MAC and LINUX you can go to Ruby official site for intructions on how to intall it.

Then you can clone the project by typing git clone https://github.com/RaoAkif/PROJECT_NAME

Run app

  • Type bundle install in the root file of the project.
  • Type rails s in the root file of the project.

Authors

👤 RaoAkif

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About


Languages

Language:Ruby 74.9%Language:HTML 16.4%Language:Batchfile 5.6%Language:CSS 3.1%Language:JavaScript 0.1%