{"id":19437551,"url":"https://github.com/pansani/crypto-laravel","last_synced_at":"2026-05-04T15:40:01.246Z","repository":{"id":250922478,"uuid":"835859580","full_name":"pansani/crypto-laravel","owner":"pansani","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-30T17:28:58.000Z","size":155,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T21:22:01.396Z","etag":null,"topics":["golang","laravel","sqlite","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pansani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T17:10:50.000Z","updated_at":"2024-07-30T17:35:08.000Z","dependencies_parsed_at":"2024-07-30T21:48:41.780Z","dependency_job_id":"03395206-2572-4105-8396-07f0a9fdb9fd","html_url":"https://github.com/pansani/crypto-laravel","commit_stats":null,"previous_names":["pansani/crypto-laravel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansani%2Fcrypto-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansani%2Fcrypto-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansani%2Fcrypto-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pansani%2Fcrypto-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pansani","download_url":"https://codeload.github.com/pansani/crypto-laravel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240619449,"owners_count":19830206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang","laravel","sqlite","typescript"],"created_at":"2024-11-10T15:14:57.167Z","updated_at":"2026-05-04T15:39:56.207Z","avatar_url":"https://github.com/pansani.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crypto Manager\n\nCrypto Manager is a comprehensive application designed to manage cryptocurrency portfolios. The backend is implemented using Go to handle API calls and store data into a database, while the frontend and user interactions are managed with Laravel and TypeScript.\n\n## Features\n\n- Fetches real-time cryptocurrency data from various APIs using Go.\n- Stores cryptocurrency data into a database.\n- Users can add cryptocurrencies to their portfolio.\n- Displays the user's cryptocurrency portfolio on the user screen.\n\n## Technologies Used\n\n- **Go**: Handles API calls to fetch cryptocurrency data.\n- **Laravel**: Manages the application logic and interactions.\n- **TypeScript**: Ensures type safety and handles client-side logic.\n- **SQLite**: Database to store cryptocurrency and user data.\n\n## Database Schema\n\n### Tables\n\n#### coins\n- `id` (integer, primary key)\n- `rank` (integer)\n- `name` (string)\n- `symbol` (string)\n- `icon` (string)\n- `price` (float)\n- `change24h` (float)\n- `market_cap` (float)\n- `total_volume` (float)\n- `ath` (float)\n- `chart_data` (text)\n- `created_at` (timestamp)\n- `updated_at` (timestamp)\n\n#### coin_user\n- `id` (integer, primary key)\n- `user_id` (integer, foreign key references users(id))\n- `coin_id` (integer, foreign key references coins(id))\n- `created_at` (timestamp)\n- `updated_at` (timestamp)\n\n## Setup and Installation\n\n### Prerequisites\n\n- Go 1.16+\n- PHP 7.4+\n- Composer\n- Node.js 14+\n- SQLite\n\n### Backend Setup (Go)\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/pansani/crypto-laravel.git\n   cd crypto-laravel\n   ```\n\n2. **Navigate to the Go directory:**\n   ```bash\n    cd api-go\n   ```\n\n4. **Install dependencies:**\n    ```bash \n     go mod tidy\n    ```\n5. **Run the Go application:**\n    ```bash\n     go run main.go\n    ```\n\n### Frontend Setup (Laravel \u0026 TypeScript)\n\n1. **Navigate to the root directory:**\n\n    ```bash\n    cd ..\n    ```\n\n2. **Install PHP dependencies:**\n\n    ```bash\n    composer install\n    ```\n\n3. **Install JavaScript dependencies:**\n\n    ```bash\n    npm install\n    ```\n\n4. **Run the database migrations:**\n\n    ```bash\n    php artisan migrate\n    ```\n\n5. **Start the Laravel development server:**\n\n    ```bash\n    php artisan serve\n    ```\n\n6. **Start the frontend development server:**\n\n    ```bash\n    npm run dev\n    ```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansani%2Fcrypto-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpansani%2Fcrypto-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpansani%2Fcrypto-laravel/lists"}