CoinSense is a comprehensive financial management platform designed to provide users with a detailed overview of their financial activities, including transactions, investments, and market data for both crypto and stock markets. It offers an intuitive and user-friendly interface for managing personal finances, investments, and trading activities.
Published App - CoinSense
- Home Page
- Login and Register
- Dashboard - Offers users a comprehensive overview of their financial portfolio
- Transactions - Detailed view of all financial transactions
- Investments - Detailed view of all financial Investments
- Crypto and Stock Markets -
- Wallet & Trading Wallet - Provides users with a detailed view of their various wallets
- Account
- Installation of Node (16 LTS)
- Installation of npm package manager
- Installation of Postman (optional)
- Code Editor
- Email: [email protected]
- Password: 123
- Clone this repository to your local machine:
https://github.com/ShalinAJ/CoinSense.git
- Change to the project directory:
cd CoinSense
- Go to the Frontend:
cd frontend/
- Install the dependencies in the Frontend:
npm install
- Then open up a new terminal and cd into the backend:
cd backend/
- Install the dependencies in the Backend:
npm install
- Compile the Frontend:
npm run dev
- Spin up the Backend:
npm start