- In
config
folder, opendatabase.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 UpperCaseAPP_NAME
on line 88.
rails db:create
Description the project.
- Ruby on Rails
- HTML
- CSS
- sqlite3 for the local development
- Postgresql for the production
- Heroku for Deployment
- Rubocop
- Stylelint
To get a local copy up and running follow these simple example steps.
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
- Type
bundle install
in the root file of the project. - Type
rails s
in the root file of the project.
👤 RaoAkif
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.