All Projects → Anna-Myzukina → facebook-clone

Anna-Myzukina / facebook-clone

Licence: MIT license
Building Facebook clone. As usual, any additional styling will be up to you but the really important stuff is to get the data and back end working properly.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects
coffeescript
4710 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to facebook-clone

Food-Ordering-Application
No description or website provided.
Stars: ✭ 20 (+42.86%)
Mutual labels:  bootstrap4, html-css-javascript
chatApp
This is the chat application based on Javascript, html and bootstrap. This chat app use the firebase real time database.
Stars: ✭ 15 (+7.14%)
Mutual labels:  bootstrap4, html-css-javascript
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (+914.29%)
Mutual labels:  scaffold, bootstrap4
markyp-bootstrap4
Create Bootstrap 4 web pages using purely Python.
Stars: ✭ 19 (+35.71%)
Mutual labels:  bootstrap4, html-css-javascript
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (+150%)
Mutual labels:  bootstrap4, html-css-javascript
bootstrap4-ui-kit-for-indesign
Bootstrap 4 UI Kit for Adobe InDesign
Stars: ✭ 11 (-21.43%)
Mutual labels:  bootstrap4
startui-admin
StartUI - Free html admin dashboard template
Stars: ✭ 31 (+121.43%)
Mutual labels:  bootstrap4
vscode-powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 44 (+214.29%)
Mutual labels:  bootstrap4
XION-ChaseCam
This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to c…
Stars: ✭ 27 (+92.86%)
Mutual labels:  html-css-javascript
ruby-best-practices-list
A list of well-written Ruby codebases to help you extract the best practices.
Stars: ✭ 123 (+778.57%)
Mutual labels:  ruby-on-rails
rubynostrilhos
Blog about Ruby on Rails (pt-br)
Stars: ✭ 16 (+14.29%)
Mutual labels:  ruby-on-rails
lara8auth
This is a simple auth starter setup for laravel 8 projects using bootstrap and laravel fortify
Stars: ✭ 11 (-21.43%)
Mutual labels:  bootstrap4
loco-rails
Rails is awesome, but modern web needs Loco-motive.
Stars: ✭ 53 (+278.57%)
Mutual labels:  ruby-on-rails
makes
A tool to scaffold new projects, simple enough that you would want to define your own skeletons (aka generators).
Stars: ✭ 18 (+28.57%)
Mutual labels:  scaffold
datta-able-bootstrap-dashboard
Datta Able Bootstrap 4 admin template free version
Stars: ✭ 111 (+692.86%)
Mutual labels:  bootstrap4
bootstrap-tailwind-breakpoints
A tiny little thing that helps you keep track of your break points.
Stars: ✭ 19 (+35.71%)
Mutual labels:  bootstrap4
Front-End-Xmind
前端知识体系思维导图,可以用于查缺补漏或者面试复习串联知识点,系统学习前端知识,加深记忆🎉🎉
Stars: ✭ 129 (+821.43%)
Mutual labels:  html-css-javascript
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-7.14%)
Mutual labels:  scaffold
Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+1171.43%)
Mutual labels:  html-css-javascript
discord-bootstrap-theme
Custom bootstrap theme
Stars: ✭ 13 (-7.14%)
Mutual labels:  bootstrap4

Project: Building Facebook

Description

A social networking site similar to Facebook.Users can sign-up, login, send friend requests, accept and delete friend requests.They can create ,like and comment on their posts and their friends posts. They can also delete their accounts from the app. Technologies used include;Rails,Devise,PostgreSQL,BootStrap,RSpec and Heroku for deployment.

screen

A Live version of the project: facebook-clone

Skills

  • Ruby on Rails
  • Bootstrap 4
  • PostgreSQL

Features

  • A user can register for an account
  • A user can log in and logout
  • A user can change their details
  • The Bootstrap source in vendor/assets
  • Font Awesome CSS source

Future features

  • Users can upload profile photos.
  • Users can create posts with images.
  • Users can add comments with icons.

Environment

  • Ruby on Rails version 5.1.7
  • bcrypt version 3.1.12 (bcrypt() allows you to easily harden your application against these kinds of attacks.)
  • (bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications version 3.3.7
  • Puma: A Ruby Web Server Built For Concurrency version '3.9.1'

Getting started

  • To get started with the app, clone the repo, and then install the needed gems:
$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Run tests

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server
$ rspec

$ rails generate rspec:install

Show your support

  • Give a ⭐️ if you like this project!

📝 License

Authors

👤 Author1

👤 Author2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].