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

https://github.com/hir4/postgres_database

Project using Node with Postgresql, connecting four tables (client, admin, group, products, sale_header and sale_itens) with the intuit to learn more about database.
https://github.com/hir4/postgres_database

database express javascript nodejs postgresql

Last synced: 3 months ago
JSON representation

Project using Node with Postgresql, connecting four tables (client, admin, group, products, sale_header and sale_itens) with the intuit to learn more about database.

Awesome Lists containing this project

README

          


Login Icon

Database


Main language of the project

Quantity of language used


## :dart: About ##

Project using Node with Postgresql.
- [DbDesigner](https://dbdesigner.page.link/rpCrAKi6qsG5MtDLA)
- [Youtube](https://www.youtube.com/watch?v=bL7rH82yQEA)

## :rocket: Technologies ##

- [Javascript]
- [Node]
- [Postgresql]

## :white_check_mark: Prerequisite ##

Before start, you will need:
- [node](https://nodejs.org/en/)
- [node-postgres]
```bash
npm install pg
```
- [express]
```bash
npm install express --save
```
- [body-parser]
```bash
npm install body-parser
```
- [cookie-parser]
```bash
npm install cookie-parser
```
- [bcrypt]
```bash
npm install bcrypt
```
- [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client)
- [dotenv]
```bash
npm install dotenv
```
- [JWT]
```bash
npm install jsonwebtoken
```
- [CORS]
```bash
npm install cors
```

## :checkered_flag: Running

```bash
#Choose the port you want to start, then just run:
node index.js
```