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
- Host: GitHub
- URL: https://github.com/shirajshrestha/instaposts
- Owner: ShirajShrestha
- Created: 2024-10-24T16:35:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T09:42:33.000Z (over 1 year ago)
- Last Synced: 2025-02-07T10:15:48.347Z (over 1 year ago)
- Topics: devise, rails, ruby, tailwind, tailwindcss
- Language: Ruby
- Homepage:
- Size: 3.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.

## 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