c72f3ece4ef6e05c467f6dc6b88bb73543c0ce44
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
Steps
- Clone the repository:
git clone http://git.wdipl.com/Siddhesh.More/tanami-admin-panel.git - Navigate to the project directory:
cd tanami-admin-panel - Install dependencies:
npm install
Usage
Development Mode
- Start the development server:
npm run dev - Open your browser and navigate to:
http://localhost:5173/
Production Mode
- Install PM2 globally for process management:
npm install pm2 -g - Start the production server:
npm start
Environment Variables
Create a .env file in the root directory based on the structure of .env.example.
Scripts
| Script | Description |
|---|---|
npm start |
Starts the app in production mode using PM2. |
npm run dev |
Starts the app in development mode with nodemon. |
npm run test |
Starts the app in test mode with nodemon. |
npm run lint |
Runs ESLint to check for code quality issues. |
npm run lint:fix |
Fixes fixable issues detected by ESLint. |
npm run prettier |
Checks code formatting using Prettier. |
npm run prettier:fix |
Formats code files according to Prettier rules. |
npm run prepare |
Prepares Husky for managing Git hooks. |
License
This project is licensed under the MIT License.
Description
Sprint 7.0.0
Latest
Languages
JavaScript
99.3%
CSS
0.6%