Skip to content

Latest commit

 

History

History
84 lines (48 loc) · 1.27 KB

README.md

File metadata and controls

84 lines (48 loc) · 1.27 KB

Scaffold for social media app with Ruby on Rails

This repo includes intial code for social media app with basic styling. Its purpose is to be a starting point for Microverse students.

Built With

  • Ruby v2.7.0
  • Ruby on Rails version 5.2.4.3

Getting Started

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

Prerequisites

Ruby: 2.6.3 Rails: 5.2.3 Postgres: >=9.5

Setup

Instal gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Usage

Start server with:

    rails server

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

Run tests

    rpsec --format documentation

Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.

Deployment

https://cryptic-cliffs-93248.herokuapp.com/

Authors

👤 Kotoku Kennedy

Github: @kotoku-code Twitter: @kennedykotoku Linkedin: Kotoku Kennedy

👤 Grace Tamara Ekunola

Github: @Temmarie Twitter: @TemmarieW Linkedin: Grace Tife Ekunola

🤝 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!