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.
- Host: GitHub
- URL: https://github.com/camilo-j/tweetable
- Owner: Camilo-J
- Created: 2022-12-29T15:37:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T19:51:31.000Z (about 3 years ago)
- Last Synced: 2025-05-14T13:20:46.020Z (about 1 year ago)
- Topics: css, html, mvc, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)