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

ferbaco86/social-media-app

 
 

Repository files navigation

Social Media Website

This project consist in a social media web application with features that includes sending friendship invitations, accepting or declining them. Also the capacity of creating posts and liking them.

Screenshots

image

image

image

Built With

  • Ruby v2.7.1
  • Ruby on Rails v5.2.3

Live Demo

Live version

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

Install 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

To run all tests use this command:

    bundle exec rspec
    

To run only model tests run this instead:

    bundle exec rspec spec/models

For views tests only, execute this:

    bundle exec rspec spec/feature

Authors

👤 Roberto Perez Jimenez

👤 Fernando Bahamondes

🤝 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

Give a ⭐️ if you like this project!

📝 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

 
 
 

Languages

  • Ruby 73.0%
  • HTML 17.0%
  • CSS 8.7%
  • JavaScript 1.1%
  • CoffeeScript 0.2%