- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Discuss blog website is a website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Language
Framwork
Server
Database
Test Library
- Create new blog user
- Post articles
- Comment on articles of the blog
- Like articles and comments
- View users, articles, comments and likes
Add a link to your deployed project.
- Live Demo Link comming soon
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:kusiLaw/personal_blog.git
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rspec spec
You can deploy this project following this instructions: Read
👤 Lawrence Addai Kusi
- GitHub: @Githubhandle
- Twitter: @Twitterhandle
- Linkedin: Linkedin
👤 Kibirige John
- Github: John-Kibrige
- Twitter: kibirigejohn005
- LinkedIn: Kibirige John
These are features that will be add to the project..
- Creating a data model
- Processing data in models
- Validations and Model specs
- Setup and controllers
- Controllers specs
- Views
- Add forms
- Integration specs for Views and fixing n+1 problems
- Add Devise
- Add authorization rules
- Add API endpoints
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can feel free to add or support
I would like to thank Microverse for this insight project
This project is MIT licensed.