npm install
npm run server
Per default the JSON server is using http://localhost:3000. You will have the following endpoints available:
GET /toolsto get a list of all available toolsGET /tools?_expand=teamto get a list of all available tools with the expanded team (recommended)POST /toolsto create a new toolGET /teamsto get a list of all available teams
Checkout db.json to see the basic structure. Since this package is completely relying on json-server you can find more detailed information there if needed.
npm run serve
npm run build
npm run lint