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: about 1 month 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T18:54:04.000Z (over 8 years ago)
- Last Synced: 2025-02-26T23:37:24.442Z (over 1 year 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
```