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

OlukaDenis/Friendy

 
 

Repository files navigation

Project: Friendy

This is part of Social Network App project in Microverse's rails curriculum. Find it here To build an application similar to Facebook. The main goal is to put in practice concepts of rails authentication, active record and associations.

Screenshot

friendy

Built With

  • Ruby v2.7.0
  • Ruby on Rails v6.0.2.1

Technologies

  • HTML
  • CSS
  • Ruby
  • Ruby On Rails
  • SASS

Live Demo

Live here

Video

Video Demo Link

Prerequisites

  • Ruby: 2.7.0
  • Rails: 6.0.2.1
  • Postgres: >=9.5

Functionalities

  • Create an account
  • Login to your account
  • Create a feed
  • Like and comment on a feed
  • Add other people as your friends
  • Logout of the application

Setup

Use the git to clone the project to your local machine.

$ git clone https://github.com/OlukaDenis/private-events.git

Navigate to the extracted folder

$ cd private-events

Install the gems

$ bundle install

Create the database

$ rails db:create

Run the migrations

$ rails db:migrate

Usage

Start server with:

    rails server

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

Run tests

    rpsec --format documentation

Deployment

TBA

Authors

👤 Denis Oluka

Github | Twitter | LinkedIn

TBA

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is licensed under MIT license - see LICENSE for more details.

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 67.4%
  • HTML 21.2%
  • CSS 7.2%
  • JavaScript 4.2%