https://github.com/jrsousadev/d3set-challenge-fullstack-api
👨🏻💻 System Back-end Server with Express, Node, Prisma and Postgress
https://github.com/jrsousadev/d3set-challenge-fullstack-api
challenge express node postgress prisma typescript
Last synced: 2 months ago
JSON representation
👨🏻💻 System Back-end Server with Express, Node, Prisma and Postgress
- Host: GitHub
- URL: https://github.com/jrsousadev/d3set-challenge-fullstack-api
- Owner: jrsousadev
- Created: 2022-09-08T15:43:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T01:35:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T08:12:16.408Z (over 1 year ago)
- Topics: challenge, express, node, postgress, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 📋 Challenge D3Set Back-end
Projeto solicitado no desafio, sistema onde dá para cadastrar, editar, excluir, listar pessoas!
## O que foi utilizado no projeto:
- Typescript
- Express
- Postgress
- Prisma
- Nodejs
### Regras de negócio:
- [x] Cadastrar pessoa
- [x] Deletar pessoa
- [x] Listar pessoas
- [x] Listar pessoas por filtro (telefone)
- [x] Editar pessoa
### Link do repositório Client (Front-end)
🔗 [Front-end](https://github.com/jrsousadev/d3set-challenge-fullstack-web)
### Deploy
🔗 [Conhecer aplicação](https://challenge-d3set-api.herokuapp.com/)
### Iniciando o Projeto
**1-** Clone repository and install dependencies.
```sh
# install dependencies
> yarn
# or
> yarn install
# copy .env file
> cp .env.example .env
# start project
> yarn dev
# open in
http://localhost:9000/
```
### Generating the migration
```sh
> yarn prisma migration dev
```