- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
**BLOG ** is a classic example of a blog website. A user will be able to login into the application (Credentials: Username and Password). The logged in user can create posts. These posts will be listed and readers of these posts will be empowered to interact with the posts by either adding comments or even liking the posts.
Client
Server
Database
- Log into the application
- Create a post for the application users
- Interact with the posts (Like post or comment on Post)
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby and rails installed
- PostgreSQL server installed also
Clone this repository to your desired folder:
mkdir blog-app
cd blog-app
git clone [email protected]:inspecta/Blog.git
Install this project with:
cd Blog
gem install
### Usage
To run the project, execute the following command:
```sh
rails server
To run tests, run the following command:
bin/rails test test/models/article_test.rb
👤 Author1
- GitHub: @inspecta
- Twitter: @djmulinde
- LinkedIn: mulinde-derrick
👤 Author2
- GitHub: @Piercel2022
- Twitter: @pier_celestin
- LinkedIn: piercelestinmax
- A better graphical user interface
- A signup functionality
- A chat functionality
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, go ahead and give it a star. It is very much appreciated.
I would like to thank Microverse for providing me with the reading material that helped me during this project development.
-
Can I reuse this projects' code?
- Yes, it is okay.
-
Can I contribute to this repository?
- Yes. Just contact me at
[email protected]
and I will gladly add you as a contributor to the repository.
- Yes. Just contact me at
This project is MIT licensed.