Skip to content

With this social media app, you can get in touch with your friends, feel free to send friend requests, write posts, comment on such posts, like and dislike what your friends are posting.

Notifications You must be signed in to change notification settings

SunnySparks/ror-social-scaffold

 
 

Repository files navigation

Stay in touch

With this social media app you are able to get in touch with your friends, feel free to send friend requests, write posts, comment such posts, like and dislike what your friends are posting.

Built With

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

Live Demo

https://stay-in-touch-rails.herokuapp.com/users/sign_in

Getting Started

To get a local copy up and running follow these simple example steps.

  • 1 - Make a clone of the repository:.

  • 2 - Open the project directory with your preferred code editor (VSCode, Sublime Text, Etc).

  • 3 - Open your terminal, drag and drop the project's folder into it and hit enter, make sure the route to the project is shown before hitting enter.

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

Github Actions

To make sure the linters' checks using Github Actions work properly, you should follow the next steps:

  1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
  2. Create the feature/branch and push.
  3. Start working on your milestone as usual.
  4. Open a PR from the feature/branch when your work is done.

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.

Deployment

TBA

Authors

👤 José Francisco Silva Díaz

🤝 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

TBA

📝 License

-This project is MIT licensed.

About

With this social media app, you can get in touch with your friends, feel free to send friend requests, write posts, comment on such posts, like and dislike what your friends are posting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.8%
  • HTML 21.4%
  • SCSS 6.2%
  • JavaScript 1.4%
  • Other 1.2%