- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
Functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Client
Server
Database
- Data Model
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/jmonto55/blog-app.git
Install this project with:
cd blog-app
bundle
Create the databases,run migrations, and populate it with seed data:
rails db:create
rails db:migrate
To run the project run the following commands:
rails tailwindcss:build
rails s
To run tests, run the following command:
rspec
👤 Nilton Segura
- GitHub: @Nkaleth
- Twitter: @NoeSeguraL
- LinkedIn: LinkedIn
👤 Jose Montoya
👤 Dennis Every
- GitHub: @dennis-every
- Twitter: @dennis_every
- LinkedIn: dennis-every
- CRUD for articles
- Awesome UI
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star 😁🌟✨
Thanks to Microverse for providing us with the right material to aid this project development
This project is MIT licensed.