Skip to content

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

Notifications You must be signed in to change notification settings

LOctavio/ror-social-scaffold

 
 

Repository files navigation

social media app with Ruby on Rails

This project is a social media app where people is able to create accounts, add friends, create posts and see posts of other people.

Built With

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

Live Demo

Live demo

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.

Authors

👤 Luis Octavio Ramirez Cruz

👤 Nurislam Abd

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

Acknowledgments

Microverse

📝 License

This project is MIT licensed.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 63.5%
  • HTML 20.2%
  • CSS 15.0%
  • JavaScript 1.1%
  • CoffeeScript 0.2%