A blog app created with RoR.
- Check the Ruby version or if you have at all by running
ruby -v
if it returnsruby 3.1.2p20 (2022-04-12 revision 4491bb740a)
or similar, you have Ruby installed.
- Ruby version used
ruby 3.1.2
-
Clone the repository by running ssh
git@github.com:aizjicod/blog-app.git
httpshttps://github.com/aizjicod/blog-app.git
in your CLI. -
cd blog-app
-
Run
bundle install
-
Run
rails server
-
Open Browser
http://localhost:3000/
-
Ensure you have postgresssql installed before running the application.
which psql
orpsql --version
-
Run
rails db:create
-
create a .envs file using the link to host postgress credentials
👤 Alejandro Torres 🧑🏻💻
- GitHub: @aizijicod
- Twitter: @aizijijr
- LinkedIn: Alejandro Torres
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.