https://github.com/pickfire/delively
Aickathon 2018
https://github.com/pickfire/delively
Last synced: 4 months ago
JSON representation
Aickathon 2018
- Host: GitHub
- URL: https://github.com/pickfire/delively
- Owner: pickfire
- Created: 2018-11-16T16:09:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T00:31:57.000Z (over 7 years ago)
- Last Synced: 2025-06-04T21:30:03.577Z (12 months ago)
- Language: Vue
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```