Skip to content

Sample client app based on AngularJS for the GreetingsApp

Notifications You must be signed in to change notification settings

Gimenez93/ArchitechtureJS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArchitectureApp Client

Simple AngularJS client for the ArchitectureApp , a Spring web application providing a RESTFul JSON API consumed by this client. The ArchitectureApp is available from https://github.com/otakug3/ArchitectureApp

To run locally, you need first node.js and its package manager (npm) installed. You can get them from http://nodejs.org/.

Then, use npm to install the dependencies in package.json, currently just the http-server module:

npm install

And to run the server on http://localhost:8000

npm run-script server

There is also a Procfile to run http-server once deployed to Heroku that calls npm start, which is intended just to run the application there.

The application ArchitectureApp is available by Web interface at: http://stormy-temple-9571.herokuapp.com/

When running the route to acces to the application is:

http://localhost:8000

About

Sample client app based on AngularJS for the GreetingsApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • CSS 26.8%