/d3set-challenge-fullstack-api

👨🏻‍💻 System Back-end Server with Express, Node, Prisma and Postgress

Primary LanguageTypeScript

📋 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:

  • Cadastrar pessoa
  • Deletar pessoa
  • Listar pessoas
  • Listar pessoas por filtro (telefone)
  • Editar pessoa

Link do repositório Client (Front-end)

🔗 Front-end

Deploy

🔗 Conhecer aplicação

Iniciando o Projeto

1- Clone repository and install dependencies.

# 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

> yarn prisma migration dev