Skip to content

A simple functional friendship site where users can request, add, reject and remove friends along with creating, liking and commenting on posts. Friendship management has been implemented in two different ways. Used Rails, Sass and PostgreSQL

Notifications You must be signed in to change notification settings

anewman15/haq-inc

 
 

Repository files navigation

Haq, Inc.

A simple functional friendship site where users can request, add, reject and remove friends along with creating and liking and commenting on posts

Built With

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

Live Demo

TBA

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.

Live Version

This site is running on Heroku

Authors

👤 Abdullah Numan

🤝 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

About

A simple functional friendship site where users can request, add, reject and remove friends along with creating, liking and commenting on posts. Friendship management has been implemented in two different ways. Used Rails, Sass and PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 75.5%
  • HTML 17.8%
  • SCSS 4.7%
  • JavaScript 1.1%
  • Other 0.9%