Giter Club home page Giter Club logo

alpha-blog's Introduction

release badge website state badge license badge followers stars

Alpha Blog

live version

app demo gif

A blog built with Ruby on Rails 6, among its features is included sessions management, articles, and categories. It is fully tested, you may use it with confidence.

Table of contents

Requirements

Setup

First and foremost, clone this repository (and give it a star).

git clone https://github.com/santiago-rodrig/alpha-blog.git && cd alpha-blog

Install the dependencies for the project.

bundle config set without 'production' && \
bundle install && yarn install --check-files

Run the database migrations.

rails db:migrate

Optionally, run the tests to make sure everything is OK.

rails test

Optionally (again), you may populate your development database with dummy data and see how it will look like when users start to login and create articles.

rais db:seed

Now everything is set up, you may fire up the local web server.

rails server

You'll want to visit localhost at port 3000 now.

Collaboration

To collaborate to this project first fork the repository, after that, create a new branch based on develop (using Git-flow is recommended), push your branch to your forked repository and create a PR (Pull Request) from your branch to the develop branch of the original repository.

License

This project is MIT licensed, you can read the license here.

Contact

You can reach out to me through the following URLs.

alpha-blog's People

Contributors

santiago-rodrig avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.