Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/fakebook
Minimalistic Social Network built using Ruby-on-Rails HTML and CSS. Bootstrap classes are used for styling.
https://github.com/eapenzacharias/fakebook
bootstrap content-management-system rails rspec rubocop ruby social-media social-network
Last synced: 8 days ago
JSON representation
Minimalistic Social Network built using Ruby-on-Rails HTML and CSS. Bootstrap classes are used for styling.
- Host: GitHub
- URL: https://github.com/eapenzacharias/fakebook
- Owner: eapenzacharias
- Created: 2019-08-20T17:10:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T06:03:54.000Z (18 days ago)
- Last Synced: 2024-10-24T04:07:47.826Z (15 days ago)
- Topics: bootstrap, content-management-system, rails, rspec, rubocop, ruby, social-media, social-network
- Language: Ruby
- Homepage:
- Size: 30.4 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Fakebook - Minimalistic Social Network
This is a project built with Ruby on Rails
* The goal is to build a facebook like site.
* The project was completed using Ruby on Rails, HTML and CSS.#### [Assignment link](https://www.theodinproject.com/courses/ruby-on-rails/lessons/final-project)
#### [ER Digram](https://www.lucidchart.com/invitations/accept/47045662-2d3c-48cd-9ffd-21d4b66c9064)
#### [View live in broswer](https://microbook.herokuapp.com/)
#### Requirements
Ruby 2.6.3
#### Installation
Download repository to your local machine, then run
bundle install#### Database
The project runs on PSQL. For running this application you must have a default PSQL role WITH LOGIN CREATEDB
For altering or creating a PSQL role run the following commands in postgres console
For Creating a User:
postgres=# CREATE ROLE role_name WITH LOGIN CREATEDB;
For Altering Existing User
postgres=# ALTER ROLE "role_name" WITH LOGIN CREATEDB;
#### RunningRun:
rails server
### Rspec
To run rspec at terminal:
rspec
#### Authors* [@lilleonz](https://github.com/lilleonz)
* [@eapenzacharias](https://github.com/eapenzacharias)