Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.92 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.92 KB

Curitiba Messenger's Delivery Management System

Based on CMS SB-Admin-BS4-Angular-5 and included PrimeNg and Google Maps API to adapt to the project necessity.

Manages:

  • Delivery
  • Bikers
  • Legal and Natural Customers
  • Routes
  • Points
  • Addresses
  • Payment

This project was generated with Angular CLI version 1.5.0.

Introduction

cwbmess-delivery-mgmt-panel provides the following features:

How to start

Note that this seed project requires node >=v6.9.0 and npm >=3.

In order to start the project use:

$ git clone https://github.com/rafaleal/cwbmess-delivery-mgmt-panel
$ cd cwbmess-delivery-mgmt-panel
# install the project's dependencies
$ npm install
# watches your files and uses livereload by default run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
$ npm start
# prod build, will output the production application in `dist`
# the produced code can be deployed (rsynced) to a remote server
$ npm run build

This project was generated with Angular CLI version 1.5.0.

Back-end REST API

This project is the client side of the following WEB API