Ruby on Rails blog
Blog app - Add forms
In this project, I add forms to the Blog app.
Getting Started
To get a local copy up and running follow these simple example steps.
Prerequisites
- Ruby
- Rails
- PostgreSQL
- rspec-rails
Setup
- Make sure you have Ruby IRB installed on your computer
- Clone or download this repo on your machine
- Enter project directory
Install
bundle install
Database
# Create user
sudo -u postgres createuser blog -s
# Create the database
rake db:create
# Load the schema
rails db:schema:load
## Apply migration (only if you generate a new migration file)
rails db:migrate
Run
rails s
Author
👤 Abdul Wuyep
- GitHub: @wuyepabdul
- Twitter: @AbdulWuyep
- LinkedIn: Abdul Wuyep
🤝 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