A simple blog web app that displays users and their posts.
- HTML & CSS
- JavaScript
- Ruby on Rails
- Rubocop
- Rspec
- OOP
To get a local copy up and running follow these simple example steps.
- copy this link
https://github.com/ShoiraTa/blog_app.git
. - get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write
git clone https://github.com/ShoiraTa/blog_app.git
. - go to the repository folder in your command prompt.
- run
bundle install
. - run
npm install
- create database in your postgre called
Blog_development
- run
rails db:migrate
- To run the test run
rspec
in your command prompt. - To run the rails server run
rails s
in your command prompt.
👤 Shoira
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.