Connec8 is a social media application where users can create an account, post content, follow other users, and interact with each other's posts.
- Clone the repository to your local machine using git clone.
- Run bundle install to install all the required gems.
- Run rails db:migrate to migrate the database schema.
- Run rails server to start the server.
- Visit localhost:3000 in your web browser to use the application.
- Users can sign up for an account with their name, email, and password.
- Users can log in with their email and password.
- Users can log out of their account.
- Users can create posts with a body of text.
- Users can view a feed of all posts created by users they follow.
- Users can edit and delete their own posts.
- Users can view their own profile page, which displays their name and username.
- Users can view other users' profile pages, which displays their name, username, and all their posts.
- Users can follow and unfollow other users.
- Users can view a list of all users on the platform and search for users by username.
- Ruby on Rails
- Bootstrap
- Paperclip
- PostgreSQL
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push to your forked repository.
- Open a pull request with a description of your changes.