Skip to content

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

Notifications You must be signed in to change notification settings

jrsousadev/d3set-challenge-fullstack-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📋 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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published