Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandaoplaster/social-hub

A social network based on facebook / twitter that allows people to connect.
https://github.com/brandaoplaster/social-hub

ruby ruby-on-rails

Last synced: 19 days ago
JSON representation

A social network based on facebook / twitter that allows people to connect.

Awesome Lists containing this project

README

        

# Social hub

An app inspired by twitter, where it allows the user to create post,
comment post and like the post, besides having the possibility to follow
other users or be follow

## Prerequisites

>You just need have docker-compose installed in your machine.

## Getting Started
>To get the app running, run the following commands:

```docker
docker-compose build
docker-compose run --rm webiste bundle install
docker-compose run --rm website bundle exec rails db:create
docker-compose run --rm website bundle exec rails db:migrate
docker-compose up
```

## Built With

* [Ruby on Rails](https://rubyonrails.org/) - Dependency Management
* [Materialize](https://materializecss.com/) - Dependency Management

## Authors

* **Lucas Brandão** - [brandaoplaster](https://github.com/brandaoplaster)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details