Share your ideas, discoveries and thoughts with the world. Sign Up to write articles, select a category or create a new one and share it with the world. It's as simple as that!
View Demo
·
Report Bug
·
Request Feature
It is a blog, which is made in Ruby on Rails. A blog where people can share their ideas and thoughts about anything.
A user can create an account and start writing and publishing articles about anything on the blog.
Every person can view the latest articles on the articles page. They can also view all the articles written by a particular user on the page. The user's profile image is fetched from Gravatar automatically.
You can also view all the articles sorted by categories. It also lists under which category the article was published.
A user can also create custom categories or select from existing ones.
To get a local copy up and running follow these simple steps.
- Ruby
- Rails
- Bundler
- Yarn
- Node
- Npm
-
Make sure Ruby is installed on your system. Run a command prompt and run the command below.
ruby -v
-
Make sure Rails is installed on your system.
rails -v
-
Clone the repo
git clone https://github.com/indraantoor/Alpha-Blog.git
-
Install all dependencies
bundle install
-
Install Packages
# Install JavaScript packages yarn or # Install JavaScript packages npm install
-
Create db and migrate schema
rails db:create rails db:migrate
-
Now run the application.
rails s
You can create an account to start writing articles on the blog. If you already have an account then you can login.
Categories can only be added by the admin right now.
See the open issues for a list of proposed features (and known issues).
Project Link: https://github.com/indraantoor/Alpha-Blog