Skip to content

Starter application server for supporting RESTfull API

Notifications You must be signed in to change notification settings

AmirAsaraf/app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app-server

Starter application server for supporting RESTfull API

Features

  • Jetty 8.0 – Embedded web server

  • Jersey – Portable JAX-RS API to support Restful API

  • Maven – Dependencies manager

  • Apache HTTP Client – to create HTTP client calls from our server

  • Log4j – logging

  • Configuration – Set configuration in external config.properties file.

  • Works with https://github.com/AmirAsaraf/app-angular2-client

    • Supports user management
    • Supports login and logout

Getting Started

  1. Download and install java JDK http://download.oracle.com

  2. Download Maven http://apache.mivzakim.net and install using this instructions: https://maven.apache.org/install.html

  3. Resolve maven dependencies

$ mvn clean install

Getting Started

  1. Run AppServer.java main() to start server

About

Starter application server for supporting RESTfull API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages