Skip to content

jefersonlemos/tech-challenge-2

Repository files navigation

Tech Challenge Fase 2

Grupo

- Alexandre Baaklini Gomes Coelho
- Eveline Carla Arruda Falcão
- Felipe Galobart Jora
- Jeferson Lemos dos Santos
- Victor Hugo Salomão Padrão

Instalação

    git clone [email protected]:jefersonlemos/tech-challenge-2.git
    cd tech-challenge-2/
    npm install
    npm run start

Utilização

Criar Postagem

    curl --location 'http://localhost:3000/posts' \
    --header 'Content-Type: application/json' \
    --data '{
        "author": "José Silva",
        "title": "Dica de Matemática",
        "content": "Conteúdo da Dica de Matemática"
    }'

Listar Postagens

    curl --location 'http://localhost:3000/posts'

Documentação da API

http://localhost:3000/api-docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •