- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This is a blog website that show the list of posts and allow users to add comments and likes on them.
- HTML & CSS
- JavaScript
- Ruby
- Ruby on Rails
- Rubocop
- Rspec
- Postgresql
Client
Server
Database
- [Live Demo Link](Coming soon)
To get a local copy up and running follow these simple example steps.
- copy this link
https://github.com/Paul-js-hub/blog-app
. - get the directory that you want to clone the repository.
- open the command prompt in this directory.
- write
git clone https://github.com/Paul-js-hub/blog-app
. - go to the repository folder in your command prompt.
- run
bundle install
. - run
npm install
- create database in your postgres called
blog_app_development
- run
rails db:migrate
- To run the test run
bundle exec rspec
in your command prompt. - To run the rails server run
rails s
in your command prompt.
👤 Paul Onchera
- GitHub: @paulonchera
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
- This project is MIT licensed.