Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.17 KB

File metadata and controls

39 lines (24 loc) · 1.17 KB

Heptaix - Web Based Todo App

Built with PostgreSQL 16, Next.js 15 & React.js 19 and TypeScript.

Under construction:

  • Vault system for keeping sensitive configuration and secrets secure

Installation

  • 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 .env file. Please see .env.sample files at client and server folders.

Database

Run the command npm run migrate for run all migrations. It creates database, schemas and tables for project.

You are ready to go!

Run Project

  C:/heptaix> npm run dev

Environments

Please see the .env.sample file in client/ and server/ directory. Port, database name, username, password and other parameters located in this file.