Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.")