Installation Guide
Get Started with Financbase
Set up your financial management platform in minutes with our comprehensive installation guide.
Quick Start
1. Install Dependencies
npm install financbase
Install the Financbase package using your preferred package manager.
2. Set Up Database
npx financbase init --database
Initialize your database with the required schema and tables.
3. Start Development Server
npm run dev
Start the development server and access your application.
Installation Methods
Using npm
npm install financbase
Install Financbase using npm, the most popular Node.js package manager.
System Requirements
Server Requirements
- Node.js 18.0 or higher
- 4GB RAM minimum
- 2GB free disk space
- Modern web browser
Database Requirements
- PostgreSQL 13+ or MySQL 8.0+
- SSL/TLS encryption enabled
- Connection pooling recommended
Ready to Get Started?
Once you've completed the installation, follow our first steps guide to configure your Financbase instance.
Continue to First Steps