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

https://github.com/codewithdpk/tsflow-backend


https://github.com/codewithdpk/tsflow-backend

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Detection Backend

## Clone and Install

`cd tsflow-backend`
`npm install`

## Start server

`npm run start:dev`

## Linting before commit

`npm run lint -- --fix`