Built with PostgreSQL 16, Next.js 15 & React.js 19 and TypeScript.
- Vault system for keeping sensitive configuration and secrets secure
-
Install project source code via:
git clone https://github.com/yasin2dev/heptaix.git -
Open the command line within the downloaded folder and run the command
npm i: -
To complete the database configuration, you need to create and edit the
.envfile. Please see.env.samplefiles at client and server folders.
Run the command npm run migrate for run all migrations. It creates database, schemas and tables for project.
You are ready to go!
C:/heptaix> npm run dev
Please see the .env.sample file in client/ and server/ directory. Port, database name, username, password and other parameters located in this file.