first commit

This commit is contained in:
2026-05-26 16:00:09 +03:30
commit 83fd5c1a86
81 changed files with 6867 additions and 0 deletions

16
src/config/database.ts Normal file
View File

@@ -0,0 +1,16 @@
// import { Sequelize } from "sequelize";
// const sequelize = new Sequelize(
// "employee_form",
// "postgres",
// "root",
// {
// host: "127.0.0.1",
// dialect: "postgres",
// logging: false
// }
// );
// export default sequelize;