1
0
mirror of https://github.com/franjsco/trackmyd-api synced 2025-02-01 07:17:01 +01:00
dependabot[bot] f2d457b868
Bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 03:32:09 +00:00
2019-02-22 10:10:24 +01:00
2019-02-19 18:25:10 +01:00
2019-02-19 18:26:12 +01:00
2019-03-04 20:31:52 +01:00
2019-02-20 12:48:32 +01:00
2019-02-12 23:03:53 +01:00
2019-02-20 11:09:57 +01:00
2020-03-01 23:39:43 +01:00
2020-03-01 23:39:43 +01:00
2019-02-22 10:12:24 +01:00

trackmyd-api

A simple REST API for trackmyd.

Architecture

Paths & Operations

Path Operation Description
/devices GET Get devices
/devices POST Add new device
/devices?id= GET Get single device
/devices?id= PATCH Update device
/device?id= DELETE Delete device
/device?name= GET Get single device

Installation

Step by step

  1. Install NodeJS and NPM.
  2. Install Mongodb.
  3. Clone this repository.
  4. Install dependencies with npm install.
  5. Configure users (app.auth.users) basic authentication into config.json.
  6. Configure database (db) into config.json.
  7. Start with npm start.

Made with ❤️ by Francesco Esposito (@franjsco)

Languages
JavaScript 100%