Skip to content

va13k/cryptobit-analytics

Repository files navigation

cryptobit-analytics

cryptobit-analytics is a commercial web project developed in 2021 by me and my younger brother, @Levelion, for a team of cryptocurrency analysts. The platform was designed to assist in investigating illegal activities, audits, and consulting for companies and individuals.

Features

  • Cryptocurrency transaction tracking
  • Audit and reporting system
  • Secure authentication system
  • Dashboard with analytical insights

Prerequisites

Before setting up the project, make sure you have the following installed:


Installation

1. Clone the Repository

Run the following command in your terminal:

git clone https://github.com/<YOUR_GITHUB_USERNAME>/cryptobitanalytics.git
cd cryptobitanalytics

If you are using MAMP, place the project in the htdocs directory:

mv cryptobitanalytics /Applications/MAMP/htdocs/

2. Install Dependencies

Navigate to the project directory and install dependencies:

cd path/to/cryptobitanalytics
composer install

Database Setup

1. Start MAMP and Create a Database

  1. Open MAMP and start the servers.
  2. Navigate to phpMyAdmin:
    👉 http://localhost:8888/phpMyAdmin
  3. Create a new database named:
    cryptobitanalytics
    
  4. Import the database:
    • Click Import in phpMyAdmin.
    • Select cryptobitanalytics.sql from the project root folder.
    • Click Go.

2. Configure Environment Variables

Update your .env file with the correct database credentials:

DB_HOST=localhost
DB_NAME=cryptobitanalytics
DB_USER=root
DB_PASS=root

Note: If your database username/password differs, adjust accordingly.


Running the Project

To start the application, open the project in a browser:

http://localhost:8888/cryptobitanalytics/

If using PHP's built-in server:

php -S localhost:8000 -t public

Troubleshooting

🔹 "Access denied for user 'root'@'localhost'"

  • Ensure your MySQL credentials match those in the .env file.
  • Try changing the password in phpMyAdmin.

🔹 "Database not found" Error

  • Double-check that the database cryptobitanalytics exists in phpMyAdmin.
  • Ensure it was properly imported from cryptobitanalytics.sql.


Contact

For inquiries, reach out to me on GitHub: @va13k Or write me an email

About

My very first commercial web project

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages