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

https://github.com/flaaj/inventory-manager


https://github.com/flaaj/inventory-manager

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Install

- `npm install`

# Start development server

- add ```.env``` file based on ```.env.example```
- `npm run dev`

# Run tests:

- unit: `npm run test:unit`
- integration: `npm run test:integration`
- e2e: `npm run test:e2e` (start development server before running e2e tests)