Skip to content

This is a basic social-media App. It allows the users to share, comment, and like their posts. It also provides the ability for the user to request, accept or decline a friendship.

Notifications You must be signed in to change notification settings

CalyCherkaoui/ror-social-scaffold

 
 

Repository files navigation

Scaffold for social media app with Ruby on Rails

This is a basic social-media App. It allows the users to share posts, comment, and like posts. The App also provides the ability for the user to request, accept or decline a friendship.

Built With

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

Live Demo

https://social-media-basic.herokuapp.com/

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

Getting started : clone the repo

To get a local copy of the repository please run the following commands on your terminal:

$ git clone git@github.com:CalyCherkaoui/ror-social-scaffold.git
$ cd ror-social-scaffold
$ yarn install --check-files

Usage

Instal gems with:

$ bundle install

Setup database with:

$ rails db:create
$ rails db:migrate

Start server with:

$ sudo service postgresql restart
$ 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.

Deployment

TBA

Data Models

Authors

👤 Asiimwe Dismas

👤 Houda Cherkaoui

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

MIT

About

This is a basic social-media App. It allows the users to share, comment, and like their posts. It also provides the ability for the user to request, accept or decline a friendship.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.8%
  • HTML 19.9%
  • SCSS 5.2%
  • JavaScript 1.3%
  • CSS 0.8%