Skip to content

gognamunish/ng2-order-entry-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Entry System

Sample Angular 2 based application for learning purpose only (beginners).

Tech

This project uses a number of open source projects to work properly:

Installation

Running Backend Module (OES-service)

java com.gognamunish.learning.OesApplication

-- All services by default are running on port 8080 http://localhost:8080/api/order

Running Frontend Module (OES-web)

npm install
npm start

Accessing UI

http://localhost:4200/

All API Requests to routed as follow /api/** -> http://localhost:8080 If your services are running on a different port (other than 8080), please update proxy.config.json

Use Cases

  • Create Order
  • Update Order
  • Delete Order
  • Cancel Order
  • Get All Orders

Basic Authentication:

  • User: munish
  • Password: s3cr3t

Screenshots

  1. Order List alt tag

  2. Update Order alt tag

  3. Create Order alt tag

Todos

  • Extend and add more use cases and components

About

Order Entry based on Angular 2 and Spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published