An app where users can create posts.
- Ruby
- Ruby on Rails
To get a local copy up and running follow these simple example steps:
- Ruby on Rails
- Clone the repository to a folder on your PC by opening a terminal in your selected destination and typing:
git clone https://github.com/mistermaxis/blog-app.git
- Go into the repo directory in your PC by using the
cd
command with the path to the directory. Eg: If your repo directory is in your Documents folder, typecd Documents/blog-app
. Alternatively, you can browse to the repo directory using the windows/desktop explorer, right click inside it and choose the "Open terminal here" option - Run
bundle install
on the terminal from inside the repository to install the necessary dependencies
- Run
rails db:create db:migrate db:seed
- From inside the repo directory, type
rails s
which will spin up a local server. You can navigate to http://127.0.0.1:3000 on your web browser to access the web application
👤 Maximiliano Diaz
- GitHub: @mistermaxis
- LinkedIn: Maximiliano Diaz
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.