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

https://github.com/pickfire/delively

Aickathon 2018
https://github.com/pickfire/delively

Last synced: 28 days ago
JSON representation

Aickathon 2018

Awesome Lists containing this project

README

        

Delively
========
Delivery platform that use face security as a measure to allow user to receive
parcel within their selected delivery time without the fear of loosing the
parcel during the delivery process.

## Prerequisite

- `nodejs-lts v10`

## Backend

Backend of delively is written in Express.js, to run:

```bash
$ npm ci
$ npm start
```

## Frontend

Frontend is written in Vue.js + NativeScript, to run:

```bash
# npm i -g nativescript
$ tns run android --bundle
```