Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bismarck-gm/twitter-clone
https://github.com/bismarck-gm/twitter-clone
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bismarck-gm/twitter-clone
- Owner: Bismarck-GM
- Created: 2020-07-22T16:31:39.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2023-01-19T19:58:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T17:41:27.343Z (about 1 month ago)
- Language: Ruby
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Clone
![Push Container to Heroku](https://github.com/Bismarck-GM/re-former/workflows/Deploy%20to%20Heroku/badge.svg?branch=development)
Twitter Clone
This project consists of building a light weight version of Twitter.
Report Bug
Β·
Request Feature
![screenshot](./demo.gif)
## Built With
- Ruby On Rails
- VSCode/Neovim
- Rubocop
- Sticker
- Github Actions
- Postgresql## Live Demo
[Live Demo Link](https://naked-micro-reddit.herokuapp.com/)
## Usage
To have this app on your pc, you need to:
* have Ruby & Ruby on Rails installed in your computer
* [download](https://github.com/Bismarck-GM/re-former/archive/development.zip) or clone this repo:
- Clone with SSH:
```
[email protected]:Bismarck-GM/re-former.git
```
- Clone with HTTPS
```
https://github.com/Bismarck-GM/re-former.git
```
* and open the terminal inside the repo and run the bundler
- ```$ bundler install --without production```
* then, run rails db:migrate. This creates the database with the corresponding tables, columns and associations
- ```$ rails db:migrate```
* then, run rails s. This will start the server at localhost `http://127.0.0.1:3000/`
- ```$ rails s```
* and finally, you can test it in the console by running
- ```$ rails console --sandbox```
### Automated Test
> There are no Automated Test for this project yet
## Authors
π€ **Hasan Kharouf**
- Github: [@wintercore](https://github.com/wintercore)
π€ **GerΓ³nimo Morisot**
- Github: [@Bismarck-GM](https://github.com/Bismarck-GM)
- Twitter: [@Rewritablee](https://twitter.com/Rewritablee)
- Linkedin: [geronimomorisot](https://linkedin.com/in/geronimomorisot)## π€ Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a βοΈ if you like this project!
## Acknowledgments
- Microverse
- Andy Leverenz## π License
This project is [MIT](lic.url) licensed.