Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiokopplin/todo-api
A Simple TODO API
https://github.com/sergiokopplin/todo-api
api api-client api-rest clean-architecture ddd mongodb node tdd
Last synced: 3 months ago
JSON representation
A Simple TODO API
- Host: GitHub
- URL: https://github.com/sergiokopplin/todo-api
- Owner: sergiokopplin
- Created: 2021-02-20T11:52:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T01:39:27.000Z (about 2 years ago)
- Last Synced: 2023-02-28T05:23:21.758Z (almost 2 years ago)
- Topics: api, api-client, api-rest, clean-architecture, ddd, mongodb, node, tdd
- Language: TypeScript
- Homepage:
- Size: 2.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to @kopplin/todo-api 👋
> A node API project
---
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sergiokopplin_todo-mvc-api&metric=alert_status)](https://sonarcloud.io/dashboard?id=sergiokopplin_todo-mvc-api)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=sergiokopplin_todo-mvc-api&metric=bugs)](https://sonarcloud.io/dashboard?id=sergiokopplin_todo-mvc-api)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=sergiokopplin_todo-mvc-api&metric=code_smells)](https://sonarcloud.io/dashboard?id=sergiokopplin_todo-mvc-api)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=sergiokopplin_todo-mvc-api&metric=coverage)](https://sonarcloud.io/dashboard?id=sergiokopplin_todo-mvc-api)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=sergiokopplin_todo-mvc-api&metric=ncloc)](https://sonarcloud.io/dashboard?id=sergiokopplin_todo-mvc-api)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=sergiokopplin_todo-mvc-api&metric=security_rating)](https://sonarcloud.io/dashboard?id=sergiokopplin_todo-mvc-api)---
## Prerequisites
- node 18.x
## Install
```sh
npm install
```## Usage
```sh
npm run up
```## Run tests
```sh
npm run test
```## Author
👤 **Sergio Kopplin **
* Website: https://koppl.in/about
* Github: [@sergiokopplin](https://github.com/sergiokopplin)
* LinkedIn: [@kopplin](https://linkedin.com/in/kopplin)## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2023 [Sergio Kopplin ](https://github.com/sergiokopplin).
This project is [GPL--3.0--or--later](https://github.com/sergiokopplin/todo-api/blob/master/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_