Li-Invest is an application for managing investments, providing features such as simulations, investment history, and profitability analysis. This application utilizes various technologies, including CDB, RDB, LCI, LCA, and savings.
- Node.js (v20.15.0)
- npm (v10.7.0)
-
Clone the repository:
git clone https://github.com/WillianAgostini/li-invest.git
-
Navigate to the project directory:
cd li-invest
-
Install the dependencies:
npm install
-
Configure the environment variables as needed (example of
.env
provided in the repository).
-
Start the development server:
npm run dev
-
Run tests:
npm test
-
Generate production build:
npm run build
If you wish to contribute to this project, follow the steps below:
-
Fork the repository.
-
Create a branch for your feature or bugfix:
git checkout -b my-feature
-
Commit your changes:
git commit -m 'Add new feature'
-
Push to the main branch:
git push origin my-feature
-
Open a Pull Request.
This project is licensed under the GNU License. See the LICENSE file for more details.