https://github.com/dunghenry/node_postgresql
expressjs + postgreSQL
https://github.com/dunghenry/node_postgresql
authentication docker-compose expressjs postgresql scss sequelize
Last synced: 3 months ago
JSON representation
expressjs + postgreSQL
- Host: GitHub
- URL: https://github.com/dunghenry/node_postgresql
- Owner: dunghenry
- Created: 2022-10-22T06:38:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T04:15:02.000Z (about 3 years ago)
- Last Synced: 2025-03-20T22:52:46.975Z (over 1 year ago)
- Topics: authentication, docker-compose, expressjs, postgresql, scss, sequelize
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Nodejs + PostgreSQL + Docker
### Run auto reload development
```js
npm start
```
### Run docker compose
```js
docker compose up
```
### Run watch ts -> js
```js
npm run build
```
### Run production
```
npm run build
```
```js
npm run dev
```
### Auto compile scss -> css
```js
npm run watch
```
### Format all code
```js
npm run fm
```