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

https://github.com/coderdiaz/express-demo-api


https://github.com/coderdiaz/express-demo-api

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Express API

## How to start
```sh
# Install dependencies
$ npm i

# Run application in development mode
$ npm run dev
```