An open API service indexing awesome lists of open source software.

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

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
```