YasinShaikh123 57c6923784 [dashboard working👷‍♂️]
2025-01-09 17:40:55 +05:30
2024-06-20 12:09:48 +05:30
[dashboard working👷‍♂️]
2025-01-09 17:40:55 +05:30
2024-12-20 17:17:18 +05:30
2024-06-20 12:09:48 +05:30
2024-06-20 12:09:48 +05:30
2024-09-20 18:04:22 +05:30
2024-10-18 20:12:14 +05:30
2024-10-17 19:58:27 +05:30
2024-12-20 20:10:43 +05:30
2024-06-20 12:09:48 +05:30

Tanami Capital

Tanami is a cutting-edge fintech platform designed to streamline investment opportunities for users in the Gulf region. It features two main components:

  • Admin Panel: A web-based dashboard for managing users, monitoring transactions, and overseeing investments efficiently.
  • Mobile Application: A user-friendly app that empowers individuals to invest in diverse asset classes, including real estate, private equity, and other financial instruments located in Gulf countries.

Key Features

  • Regional Focus: Exclusively operational in Gulf countries, offering investment opportunities tailored to the region.
  • Diverse Investment Options: Enables users to invest in financial instruments like real estate and private equity with ease and transparency.
  • Comprehensive Admin Tools: The admin panel offers robust tools for tracking and managing platform activity.

Current Status

The project is live and operational, catering specifically to the investment needs of users in the Gulf region.


Table of Contents


Installation

Prerequisites

  • Node.js (version 14 or higher recommended)
  • npm (bundled with Node.js)

Steps

  1. Clone the repository:
    git clone http://git.wdipl.com/Siddhesh.More/tanami-admin-panel.git
    
  2. Navigate to the project directory:
    cd tanami-admin-panel
    
  3. Install dependencies:
    npm install
    

Usage

Development Mode

  1. Start the development server:
    npm run dev
    
  2. Open your browser and navigate to:
    http://localhost:5173/
    

Production Mode

  1. Install PM2 globally for process management:

    npm install pm2 -g
    
  2. Build the application (if applicable):

    npm run build
    
  3. Serve the application using PM2:

    pm2 serve ./dist <port_number> --spa --name=<application_name>
    

    Replace:

    • ./dist with your build directory.
    • <port_number> with the desired port (e.g., 3000).
    • <application_name> with the name of your application.
  4. Save the PM2 process list and enable startup on system reboot:

    pm2 save
    pm2 startup
    

Environment Variables

Create a .env file in the root directory based on the structure of .env.example.


Scripts

Script Description
npm run dev Starts the app in development mode with Vite server.
npm run build Builds the app for production.
npm run lint Runs ESLint to check for code quality issues.
npm run preview Previews the production build locally.

License

This project is licensed under the MIT License.

Description
No description provided
Readme 16 MiB
Sprint 7.0.0 Latest
2024-11-11 07:18:06 +00:00
Languages
JavaScript 99.3%
CSS 0.6%