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

https://github.com/shirajshrestha/instaposts

A rails app to add post images like Instagram. You can create a new post, comment on other's post and also like them
https://github.com/shirajshrestha/instaposts

devise rails ruby tailwind tailwindcss

Last synced: 2 months ago
JSON representation

A rails app to add post images like Instagram. You can create a new post, comment on other's post and also like them

Awesome Lists containing this project

README

          

# Instapost

With Instapost, you can share your life’s adventures, passions, and everyday moments with friends and followers. From breathtaking landscapes to delicious meals, capture it all and let your creativity shine. Discover a world of inspiration, connect with like-minded people, and build a community around your shared interests.

![Instapost ](./public/readme_img/instapost_home.gif)

## Features

- Users are able to login and out of their account.
- Users can create a post.
- Users can like and comment to others post

## Usage

You can download the zip file to use the project or you can clone this repo:

```bash
https://github.com/ShirajShrestha/instaposts.git
```

Navigate to the folder using:

```bash
cd instaposts
```

Install all the dependencies using following command:

```bash
bundle install
```

Run the project using

```bash
rails server
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ShirajShrestha/instaposts