masamune2002 / astronomy-demo

A demo of a handful of web technologies using astronomy datasets
0 stars 0 forks source link

Load the Star List into the App from Database #3

Closed masamune2002 closed 10 years ago

masamune2002 commented 10 years ago

This task represents the work of actually making a request for the star list in the web app, getting that data from the database, and displaying that data in the UI. The tricky part here, I think, will be communicating between Node JS and Angular, which I still don't really know how to do.