Basic Api Rest deploy with CI and CD in Railway
- Node
- CI/CD
- Jest / Supertest
- Lint
- MongoDB
GET /api/notes
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 healt
Content | Type | Description |
---|---|---|
status |
string |
Return "ok" |
GET version
Content | Type | Description |
---|---|---|
status |
string |
Return the version of the package.json |