103959b40b91c67694c6ac3ac3654489f5ffcb57
Merge branch 'sprint10/reversal' of http://git.wdipl.com/Siddhesh.More/tanami-admin-panel into sprint10/reversal
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 -
Build the application (if applicable):
npm run build -
Serve the application using PM2:
pm2 serve ./dist <port_number> --spa --name=<application_name>Replace:
./distwith your build directory.<port_number>with the desired port (e.g.,3000).<application_name>with the name of your application.
-
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
Sprint 7.0.0
Latest
Languages
JavaScript
99.3%
CSS
0.6%