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

diazgio/Social-media-Project

 
 

Repository files navigation

🧐 Social Media!!Social Media project

Concept

Build a basic posts app with rails to learn the basic concepts of users creating posts, adding coments and likes, also to send friendship requests, accept them and reject them. It consist of making an associations web app, log in, log out, and alse they can create, and destory friendhsips.

View with your user sign in

screenshot

🔴 Live Demo

Live Demo Link

🛠 Built With

  • Ruby on Rails
  • Postgresql
  • Linters

🔧 Getting Started

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

  • Go to the main page of the repo.
  • Press the "Code" button and get the repo link.
  • Clone it using git clone.

📝 Prerequisites

  • Ruby -v2.7.0p0
  • Rails -v6.0.3.3

📝 Setup

  • Open a terminal
  • Copy this code : git clone "put the link from github repo"
  • Run the program with this code : bundle install
  • Run the program with this code : rails db:create rails db:migrate
  • now you can run rails server
  • Stop the program with: "Ctrl + C" (Windows or Linux) or "Command + C"(Apple)

📝 How to interact with the app?

  • When the program is running go to your browser

  • put: localhost:3000/

  • Click on login, register and create a new article

  • Enjoy the app.

Usage

  • Personal Project - Create a basic social media app just with learning purpose

👤 Authors

👤 Giordano 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 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 79.0%
  • HTML 13.3%
  • SCSS 4.3%
  • JavaScript 3.4%