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

https://github.com/camilo-j/tweetable

Platform similar to Twitter in which the user can create, send and give likes to Tweets. In addition, the user can see comments that were written in their tweet. To sign up, the user can use their Git account.
https://github.com/camilo-j/tweetable

css html mvc ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

Platform similar to Twitter in which the user can create, send and give likes to Tweets. In addition, the user can see comments that were written in their tweet. To sign up, the user can use their Git account.

Awesome Lists containing this project

README

          

# Tweetable-App

This app was made in rails (Front-end and Back-end).However, if you want to consume data, you can go to the branch api/devise_token. There's a insomnia's file where can see the EndPoints.

## Installation

For this project I used [rbenv](https://github.com/rbenv/rbenv) to manage gems.

#### 1. Install all the project's gems
```bash
bundle install
```
#### 2. Create the database and setup
```bash
rails db:reset
```
#### 3. Raise the server.That's all
```bash
rails s
```
## Usage

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)