- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This is a Blogging App built with Rails
framework to let users login, add posts, see others posts, comment or like.
Ruby
,Ruby on Rails
,JavaScript
,HTML
,CSS
Key features of the application.
- A full stack blogging app where users can login.
- Users can add posts, see others posts, comment or like.
- Users will be able to authenticate their accounts.
To clone the repository in local environment try following steps.
- A code editor like Visual Studio Code with Git and Node.js.
You can check if Git is installed by running the following command in the terminal.
$ git --version
Likewise for Node.js and npm for package installation.
$ ruby --version && gem --version
Clone the repository using this link.
In the terminal, go to your file directory and run this command.
$ git clone https://github.com/PrangonGhose/Blogs.git
In the terminal, run these commands to get into development.
$ cd Blogs
$ bundle init
$ bundle install (install dependencies)
$ rails server
This website is applicable for both mobile and desktop version.
$ rspec
👤 Prangon Ghose
- GitHub: @PrangonGhose
- LinkedIn: Prangon Ghose
- Removing selected items (book, game, albums)
- Add genre, label and author to selected items
Contributions, issues, and feature requests are welcome! Add suggestions by opening new issues.
Feel free to check the issues page.
Give a ⭐️ if you like this project!
Authors would like to thank:
- Microverse
- Code Reviewers
- Coding Partners
This project is MIT licensed.