Skip to content

This project is a simple articles website where anyone can write and post them. Created with Ruby on Rails.

Notifications You must be signed in to change notification settings

luisvinicius09/rampart-articles

Repository files navigation

Rampart Articles

This repo is a simple implementation of a articles website, where you can create articles and interact with them through the vote system.

image

Built With

  • Ruby v2.7.0
  • Ruby on Rails v5.2.4

Live Demo

Live version

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.7.2 Rails: 5.2.3 Postgres: >=9.5

Setup

Install gems with:

   bundle update
   bundle install

Setup database with:

   rails db:create
   
   rails db:migrate
   
   rails db:seed 

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rpsec

Deployment

To deploy the rails project on Heroku, please follow this guide

Authors

👤 Luis Vinicius Marques

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

License

Design idea by Nelson Sakwa on Behance

About

This project is a simple articles website where anyone can write and post them. Created with Ruby on Rails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published