1
0
mirror of https://github.com/franjsco/trackmyd-api synced 2025-02-19 12:50:38 +01:00
Francesco Esposito 7c6d1e86a3 edit readme
2019-03-04 20:31:52 +01: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
2019-02-20 12:48:32 +01:00
2019-02-20 12:48:32 +01:00
2019-03-04 20:31:52 +01:00
2019-02-22 10:12:24 +01:00

trackmyd-api

Simple REST API for trackmyd project

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) into config.json.
  6. Configure database (db) into config.json.
  7. Start with npm start.

Made with ❤️ by Francesco Esposito (@frab1t)

Languages
JavaScript 100%