Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prathamesh017/effect-typescript
- Owner: Prathamesh017
- Created: 2024-06-21T13:47:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T13:56:20.000Z (5 months ago)
- Last Synced: 2024-10-10T22:41:07.019Z (about 1 month ago)
- Topics: effect, mocha, mocha-chai, sinonjs, typescript
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```