Skip to content

cyphercoderr/Connec8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connec8 - A Social Media Application

Connec8 is a social media application where users can create an account, post content, follow other users, and interact with each other's posts.

Installation

  1. Clone the repository to your local machine using git clone.
  2. Run bundle install to install all the required gems.
  3. Run rails db:migrate to migrate the database schema.
  4. Run rails server to start the server.
  5. Visit localhost:3000 in your web browser to use the application.

Features

Authentication

  • 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.

Posts

  • 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

  • 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.

Technologies Used

  • Ruby on Rails
  • Bootstrap
  • Paperclip
  • PostgreSQL

Contributing

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published