The ConnectedTo app is a LinkedIn clone that focusing primarily on building out the user profile page. The profile page is a crucial aspect of any professional networking platform, as it showcases the user's professional background, educations, and experience.
email
and password
.firstName
, lastName
, heading
, and openToWork
. After profile creation currentUser
is allowed to modify their own profile information in the profile page.currrentUser
is allowed to add, modify, and delete their education
in the profile page, education
data takes in schoolName
, degreeName
, description
, startYear
, and endYear
. Users are allowed to add multiple education on their profile pages.currrentUser
is allowed to add, modify, and delete their experience
in the profile page, experience
data takes in companyName
, position
, description
, startYear
, and endYear
. Users are allowed to add multiple experience on their profile pages.Frontend: HTML, CSS, JavaScript, React.js, Redux
Backend: Ruby on rails
Authentication: bcrypt
Database: PostgreSQL Database
Deployment: Render.com
git clone https://github.com/ziyanwang1105/full-stack-project-linkedin-clone.git
bundle install
rails db:migrate
rails db:seed
rails s
The website is hosting at render.com
. The active link is below: