This project consists in the creation of a full-stack web application where the users are able to create posts, and provide comments and likes to the posts of other users.
- Ruby
- RSpec
- Postgres Sql
To get a local copy follow these simple example steps.
1.- Open the terminal window and clone the repository using this command:
git clone https://github.com/AlejandroNeira98/BlogProject.git
2.- Change the directory to the school-library directory
cd BlogProject
3.- Install the project's dependencies by running this command:
bundle install
4.- In PostgreSQL create a database, remember the name, the owner and the password
5.- Go to config/database.yml under development specify the database name, owner(username), and password
6.- To migrate from rails to your database run 'rails db:migrate'
6.- To run the application the following command
rails s
👤 Alejandro Neira
- GitHub: @AlejandroNeira98
- Twitter: @JANP_19
- LinkedIn: LinkedIn
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.