388 B
388 B
secajs
Architecture
This repository contains a webapp. It covers the full stack which consists of:
- The client side code, in
src/front/. - The backend service in
src/, except forsrc/front/. - A Postgres database. Database connections and migrations are in
src/database/. - Besides, there is an admin CLI, with entrypoint in
src/cli.jsand commands insrc/commands/.