Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prathamesh017/effect-typescript


https://github.com/prathamesh017/effect-typescript

effect mocha mocha-chai sinonjs typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Task Managment API
A Simple Task Management API made with EffectTS and Typescript and Unit Testing With Mocha, Chai and Sinon.
```bash
# to setup locally
npm run install
npm run dev

# to run tests
npm run test
```