- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Ruby Blog is a social media network to talk all things Ruby!
Server
Database
- Sign in
- Adding posts for each user
- Liking multiple posts
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
Clone this repository to your desired folder:
- Download the Zip file or clone the repo with:
git clone git@github.com:rmrmrmr/RubyBlog.git
- To access cloned directory run:
cd curriculum
To install linters and other project's dependencies run:
bundle install
To run the project, execute the following command:
- setup the database:
rails db:setup
- run the rails server:
rails s
rspec spec
For tracking linter errors in Ruby files run:
rubocop .
👤 Ricardo Martínez
👤 Juan Carlos Sanchez
- GitHub: @Juank628
- Twitter: @juancadev81
- LinkedIn: LinkedIn
👤 Iqbal Elham
- GitHub: @iqbal-elham
- linkedIn: @iqbal-elham
👤 Davian Beroni
- GitHub: dadadon
- Twitter: Davian Beroni
- LinkedIn: Davian Beroni
- Register new users
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Hi, I would appreciate if you give this project a star(⭐️) this will encourage me to improve it and build the social network of the future.
Hat tip to the Microverse program!
-
Can I publish this project as mine?
- No, but you can use it as an inspiration or for educational purposes.
-
Can I modify it while practicing?
- Yes, you can do it, but remember to give credit to the original author.
This project is MIT licensed.