Giter Site home page Giter Site logo

pico_posts's Introduction

Pico Posts (Microblogging Rails Application)

Welcome to Pico Posts Rails Application! This application provides a platform for users to share short posts, follow other users, and engage with content in a social networking style.

Features

  1. User Authentication: Users can sign up, log in, and log out securely. Passwords are encrypted for security.
  2. Post Creation: Users can create short posts to share with their followers.
  3. Follow System: Users can follow/unfollow other users to see their posts on their feed.
  4. Feed: Users have a personalized feed where they can see posts from users they follow.
  5. Like & Comment: Users can like and comment on posts.

Steps for installation

Follow these steps to set up the application:

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the project directory: cd microblogging-rails
  3. Install dependencies: bundle install
  4. Set up the database: rails db:create && rails db:migrate
  5. Start the Rails server: rails server

Configuration

Ensure you have the following environment variables set:

  • DATABASE_URL: URL to your database.
  • SECRET_KEY_BASE: Secret key for encrypting sessions.

You can also configure other settings such as mailer configuration for password reset functionality, AWS S3 for storing images, etc., in the respective configuration files (config/environments/development.rb, config/environments/production.rb, etc.).

Usage

Once the application is set up and running, users can access it through their web browser. They can sign up for an account, log in, create posts, follow other users, like and comment on posts, and explore their personalized feed.

Contributing

We welcome contributions to enhance the features, fix bugs, or improve the code quality. Here's how you can contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch
  3. Make your changes and commit them: git commit -am 'Add new feature'
  4. Push to the branch: git push origin feature-branch
  5. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

This application was created and maintained by Sumair Qaisar [email protected]. We would like to thank the Rails community and all the contributors who have helped make this project possible.

Contact

If you have any questions, suggestions, or issues, feel free to contact us at [email protected].

Happy Microblogging! ๐Ÿš€

pico_posts's People

Contributors

sumairq avatar

Watchers

Sumair Jadoon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.