Skip to content

Latest commit

 

History

History
93 lines (54 loc) · 1.82 KB

README.md

File metadata and controls

93 lines (54 loc) · 1.82 KB

Scaffold for social media app with Ruby on Rails

This is social media app with basic styling. Here i implement features like creating posts, comments, liking/disliking posts and most of all frienship(which is the main focus of this project). Users can add friends through sending friend request which are then either rejected or accepted by the user to whom the request was sent.

How it works

Product Name Screen Shot

Built With

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

Live Demo

Try it here

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

👤 Phillip Musiime

🤝 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

📝 License

MIT Licence