https://github.com/andredarcie/minimalist-twitter
Based on rails tutorial book
https://github.com/andredarcie/minimalist-twitter
rails ruby ruby-application ruby-on-rails
Last synced: 8 months ago
JSON representation
Based on rails tutorial book
- Host: GitHub
- URL: https://github.com/andredarcie/minimalist-twitter
- Owner: andredarcie
- Created: 2017-11-25T12:56:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T18:54:04.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T20:09:21.116Z (9 months ago)
- Topics: rails, ruby, ruby-application, ruby-on-rails
- Language: Ruby
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimalist Twitter
## Getting Started
Clone the repository:
```
git clone https://github.com/andredarcie/minimalist-twitter.git
```Create the database:
```
rails db:migrate
```Run:
```
rails server
```