Socket
Socket
Sign inDemoInstall

github.com/ariefannur/presensi-mobile-be

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ariefannur/presensi-mobile-be


Version published
Created
Source

Presensi Mobile Api

Docker
// for run all env and start service
docker compose up
// for delete stop docker container
docker compose down 
Makefile
// create postgres
make postgres
// create db
make createdb
// migrate up
make migrateup
// migrate down
make migratedown
Database Diagram

ERD

Environment Variable
DB_NAME=
DB_PASSWORD=
DB_USER=

DB_SERVER_URL=postgres://${DB_USER}:${DB_PASSWORD}@localhost:5432/${DB_NAME}
DB_MAX_CONNECTIONS=00
DB_MAX_IDLE_CONNECTIONS=00
DB_MAX_LIFETIME_CONNECTIONS=00

GROUP_PATH="api/v1"

JWT_SECRET=
JWT_SECRET_KEY_EXPIRE_MINUTES_COUNT=00

FAQs

Package last updated on 11 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc