https://github.com/wintercore/microverse-micro-twitter
https://github.com/wintercore/microverse-micro-twitter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/microverse-micro-twitter
- Owner: WinterCore
- Created: 2020-07-22T16:42:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T19:58:31.000Z (over 3 years ago)
- Last Synced: 2025-02-14T20:31:36.980Z (over 1 year ago)
- Language: Ruby
- Size: 6.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightweight Twitter clone

Light Twitter Clone
This project consists of building a light weight version of Twitter.
Report Bug
ยท
Request Feature

## Built With
- Ruby On Rails
- VSCode/Neovim
- Rubocop
- Sticker
- Github Actions
- Postgresql
## Live Demo
[Live Demo Link](https://rails-micro-twitter.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/WinterCore/microverse-micro-twitter/archive/development.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:WinterCore/microverse-micro-twitter.git
```
- Clone with HTTPS
```
https://github.com/WinterCore/microverse-micro-twitter.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
๐ค **WinterCore**
- Github: [@wintercore](https://github.com/wintercore)
## ๐ค 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.