nottherealalanturing / notablog

A fullstack microblog made with ROR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notablog.

A fullstack microblogging app powered with ROR

Built With

  • Ruby
  • Ruby on Rails v7.0.4
  • Gems used for testing: Capybara, Rspec-Rails, and Shoulda-matchers.

Live Demo

Getting Started

To get a local copy up and running follow these steps:

Prerequisites

  • Ruby
  • Rails: 7.0.4
  • Postgres
  • Git

Usage

  • Fork/Clone this project to your local machine
  • Open folder in your local enviroment and run thes lines of code to get started:

Install gems with:

    bundle install

Setup database with:

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

Start server with:

    rails s -p 3001

Then open a web page and go to port 3001 on your local machine.

Running tests

    bundle exec rpsec

Deployment

Follow vendor specific instructions to deploy the application.

Authors

πŸ‘€ Assad Isah

πŸ‘€ Charlotte Divine

🀝 Contributing

Contributions and feature requests are welcome!

Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development(or master if not available) branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

πŸ“ License

This project is MIT licensed.

About

A fullstack microblog made with ROR.


Languages

Language:Ruby 71.2%Language:HTML 22.0%Language:SCSS 4.7%Language:JavaScript 1.3%Language:CSS 0.7%