https://github.com/pickfire/delively
Aickathon 2018
https://github.com/pickfire/delively
Last synced: 28 days ago
JSON representation
Aickathon 2018
- Host: GitHub
- URL: https://github.com/pickfire/delively
- Owner: pickfire
- Created: 2018-11-16T16:09:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T00:31:57.000Z (over 6 years ago)
- Last Synced: 2025-02-10T11:45:18.262Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 1.91 MB
- Stars: 0
- Watchers: 3
- 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
```