https://github.com/emmvs/rails_linktree_builder
Build your own Linktree Web App 🐝
https://github.com/emmvs/rails_linktree_builder
postgresql rails7 ruby
Last synced: 5 months ago
JSON representation
Build your own Linktree Web App 🐝
- Host: GitHub
- URL: https://github.com/emmvs/rails_linktree_builder
- Owner: emmvs
- Created: 2022-11-30T13:43:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T14:16:02.000Z (almost 2 years ago)
- Last Synced: 2025-09-02T11:48:39.716Z (10 months ago)
- Topics: postgresql, rails7, ruby
- Language: Ruby
- Homepage: http://hivetracks-linktree.herokuapp.com/
- Size: 15.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails LinkTree Builder
## Description
LinkTree HiveTracks is a web application designed to manage and display personalized link trees. It allows users to create a custom page with links to their most important content, making it easier for their audience to find everything in one place.
## Features
- User authentication & management
- Create and manage custom links
- Track click statistics for each link
- Responsive design for optimal viewing on various devices
- Admin dashboard for advanced management
## Installation
To get started with this project, clone the repository and install the dependencies:
```bash
git clone https://github.com/your-username/linktree_hivetracks.git
cd linktree_hivetracks
bundle install
rails db:create db:migrate db:seed
```
## Installation
To get started with this project, clone the repository and install the dependencies:
```bash
rails server
```
Navigate to http://localhost:3000 in your browser to view the application.
## Technologies Used
- Ruby on Rails
- PostgreSQL
- Bootstrap for styling
- Devise for authentication
- Ruby-Vips for image processing
## Contributing
Contributions to LinkTree HiveTracks are welcome. Please follow these steps:
### Fork the repository
- Create a new branch (git checkout -b feature/your_feature)
- Make your changes
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/your_feature)
- Create a new Pull Request
## License
Made with ❤️ by [emmvs]([url](https://github.com/emmvs))