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

https://github.com/simandebvu/twitter-clone

A lightweight version of Twitter and a chance for a lot of healthy experience with using Devise in the process.
https://github.com/simandebvu/twitter-clone

Last synced: about 1 year ago
JSON representation

A lightweight version of Twitter and a chance for a lot of healthy experience with using Devise in the process.

Awesome Lists containing this project

README

          

# Twitter Clone

![Push Container to Heroku](https://github.com/simandebvu/twitter-clone/workflows/Push%20Container%20to%20Heroku/badge.svg?branch=development)





Logo

Twitter Clone


This project consists of building a light weight version of Twitter.


Explore the docs »




Report Bug
·
Request Feature

![screenshot](./app-screenshot.gif)

## Built With

- Ruby On Rails
- VSCode
- Rubocop
- Sticker
- Github Actions
- Postgresql

## Live Demo

[Live Demo Link](https://zim-twitter-clone.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/simandebvu/twitter-clone/archive/development.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:simandebvu/twitter-clone.git
```
- Clone with HTTPS
```
https://github.com/simandebvu/twitter-clone.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

👤 **Shingirayi Mandebvu**

- Github: [@simandebvu](https://github.com/simandebvu)
- Twitter: [@simandebvu](https://twitter.com/simandebvu)
- Linkedin: [linkedin](https://linkedin.com/in/simandebvu)

## 🤝 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.