Skip to content

This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.

License

Notifications You must be signed in to change notification settings

VanessaAoki/ror-social-scaffold

 
 

Repository files navigation

Microverse MIT Licensed GitHub last commit (branch) GitHub Repo stars GitHub followers

Socinetic

This is a social media app, created with Ruby on Rails, developed so users can create, commentate, and like posts. You can add friends and reject friend requests.

In your timeline you should only see your own posts, as well as posts from your friends, so be sure to follow them!

screenshot

Built With

  • Ruby 2.7.2;
  • Ruby on Rails 6.1.3;
  • Ruby gems: devise, simple-forms, sqlite3, puma, webpacker, rubocop;
  • Visual Studio, Git & GitHub;

Live Server Link

Live demo link

Prerequisites

To run this project, you need a computer with Ruby and Ruby on Rails installed.

If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.

If you are uncertain about how to install Ruby on Rails, check out this tutorial made by The Odin Project.

Getting Started

To get a local copy up and running, follow these simple steps:

  1. In your terminal, type the following, to clone this repository:
git@github.com:VanessaAoki/ror-social-scaffold.git
  1. Type $ cd ror-social-scaffold to move to the project folder;

  2. Install all required gems by typing $ bundle install on the terminal;

  3. Migrate the database with $ rails db:migrate;

  4. Type $ cd bin to move to the bin folder, you must be on this folder to execute the file;

  5. Execute $ rails server on the terminal and run http://localhost:3000 on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari, etc.);

  6. Explore the app, sign up - or sign in if you are already a user - write, comment and like posts;

  7. After you are done, stop running the server by clicking ctrl + C on your terminal.

Author

👩🏼‍💻 Vanessa Aoki

🤝 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!

📝 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.0%
  • HTML 23.0%
  • SCSS 5.8%
  • JavaScript 1.2%