- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Blog App is my first Ruby on Rails project where you can like and comment posts as a user. The goal of this project is to learn the basics of using Rails.
Client
Server
Database
- PostgreSQL database
- Like and comment
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby
- Rails
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:tomasesquivelgc/Blog-App.git
Install this project with:
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails test test/models/article_test.rb
👤 Tomas Esquivel
- GitHub: @tomasesquivelgc
- Twitter: @EsquivelTomas
- LinkedIn: Tomas Esquivel
👤 Marc Raphael
- GitHub: @Marcraphael12
- LinkedIn: Marc_Raphael
- Model
- View
- User Validation
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please leave a star!
I would like to thank Microverse for this oppportunity and all of my friends and family for always supporting me.
This project is MIT licensed.