Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mugunthanraju/micropost_app
This is a application where people can share their status and thoughts on the move.
https://github.com/mugunthanraju/micropost_app
rails-application
Last synced: 15 days ago
JSON representation
This is a application where people can share their status and thoughts on the move.
- Host: GitHub
- URL: https://github.com/mugunthanraju/micropost_app
- Owner: Mugunthanraju
- Created: 2022-05-07T04:08:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T08:43:39.000Z (10 months ago)
- Last Synced: 2024-11-02T17:07:01.760Z (15 days ago)
- Topics: rails-application
- Language: Ruby
- Homepage: https://mp-gmr.herokuapp.com/
- Size: 384 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Micropost Application
### Getting started
To get started with the app, clone the repo and then install the needed gems:
```
$ bundle install --without production
```
Next, migrate the database:
```
$ rails db:migrate
```
Finally, run the test suite to verify that everything is working correctly:
```
$ rails test
```
If the test suite passes, you'll be ready to run the app in a local server:
```
$ rails server
```### Screenshot : Home Page
![Home Page](app/assets/images/app.png "Here is the root path image.")