https://github.com/fajrulaulia/nodepgws
NodeJS Framework for all purpose
https://github.com/fajrulaulia/nodepgws
framework migration nodejs postgresql storage
Last synced: about 2 months ago
JSON representation
NodeJS Framework for all purpose
- Host: GitHub
- URL: https://github.com/fajrulaulia/nodepgws
- Owner: fajrulaulia
- Created: 2021-06-20T06:08:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T04:03:44.000Z (almost 5 years ago)
- Last Synced: 2025-10-31T17:18:11.159Z (8 months ago)
- Topics: framework, migration, nodejs, postgresql, storage
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodepgws
Node JS API using express and Postgresql
## Specification
This Framework uses NodeJS with javascript as the programming language, this is very easy to use in development needs, this project uses a postgreSQL database server in managing the database needed and for deployment needs using Docker, this project is supported by Migration which is integrated in local development and production.
## Features
- Route
- Migration
- Storage
- Auth Standard
- Docker Image Build and Run
- PostgreSQL Driver
## Development Mode
for development mode, you just need to clone this project and edit Database server Configuration and set it up.
- setup Enviroment Variable in Makefile
``` bash
make local-migrate
```
- Run it
``` bash
make local-run
```
## Production Mode
- Build Image and deploy it to registry
``` bash
make image-build
```
- to testing image in local, you can run
``` bash
make image-run
```