No description
Find a file
yyypluto 1106121a51
Feature/authentication login 86eqqubcd (#5)
* Update docker configuration to meet server specs

* init: set features-first structure

* re-init: features-first structure

* update: remove .gitignore file under db and features/attendance folder

* fix: update .gitignore to .gitkeep to securely save the folder (#1)

Co-authored-by: Hafizh Fadhlurrohman <20598933+hafizhfadh@users.noreply.github.com>

* Feature/project structure (#2)

* fix: update .gitignore to .gitkeep to securely save the folder

* fix: fixing app flow by structure

* fix: fixing app flow by structure

* fix: fixing app flow by structure

* Bugfix/fixing branch conflict develop (#3)

* Update docker configuration to meet server specs

* re-init: features-first structure

* update: remove .gitignore file under db and features/attendance folder

* fix: update .gitignore to .gitkeep to securely save the folder (#1)

Co-authored-by: Hafizh Fadhlurrohman <20598933+hafizhfadh@users.noreply.github.com>

* fix: test branch ruleset

* Update docker configuration to meet server specs

* Feature/project structure (#2)

* fix: update .gitignore to .gitkeep to securely save the folder

* fix: fixing app flow by structure

* fix: fixing app flow by structure

* fix: fixing app flow by structure

* Update docker configuration to meet server specs

* fix: fixing app flow by structure

---------

Co-authored-by: yyypluto <mfarrasashshiddiqi@gmail.com>
Co-authored-by: yyypluto <140881883+yayayapluto@users.noreply.github.com>

* Update docker configuration to meet server specs

* fix: test branch ruleset

* fix: fixing missing components

* feat: add migration and structure (#4)

Co-authored-by: Hafizh Fadhlurrohman <20598933+hafizhfadh@users.noreply.github.com>

* feat: add user schema

* update: sample login feature

* feat: add migration and structure

* update: login route done, also with schema too

* update: create user, userRole, role, rolePermission, permission interface and model

* update: validation added to login controller

* update: login tested done, but no hashing check yet

* update: store login token to user

---------

Co-authored-by: Hafizh Fadhlurrohman <20598933+hafizhfadh@users.noreply.github.com>
Co-authored-by: sims-smktarunabhakti <sims@smktarunabhakti.net>
2024-11-21 16:17:26 +07:00
src Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
.gitignore Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
app.ts Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
bun.lockb Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
compose.yaml Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
Dockerfile Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
drizzle.config.ts Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
index.ts Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
package.json Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
README.md Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00
tsconfig.json Feature/authentication login 86eqqubcd (#5) 2024-11-21 16:17:26 +07:00

/app

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.34. Bun is a fast all-in-one JavaScript runtime.