Skip to content

HectorMartinDama/api-cli

Repository files navigation

Api Rest CI/CD Example

Basic Api Rest deploy with CI and CD in Railway

✨ Features

  • Node
  • CI/CD
  • Jest / Supertest
  • Lint
  • MongoDB

API Reference

Get all notes

  GET /api/notes

Post new note

  POST /api/newNote
Content Type Description
nombre string Required. Name of note to create
content string Required. Content of note to create
important boolean Required. Default false

Get health point

  GET healt
Content Type Description
status string Return "ok"

GET version point

  GET version
Content Type Description
status string Return the version of the package.json

Utils

Pipeline

About

Create Api with cli (Continuos Integration)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published