hotosm / oam-server

DEPRECATED: OpenAerialMap processing and tile server
4 stars 3 forks source link

Initial commit of some express server code #20

Closed lossyrob closed 9 years ago

lossyrob commented 9 years ago

This simply starts the repository off with a couple of nodejs files.

mojodna commented 9 years ago

(Starting by going a bit overboard on conventions and stuff since you're new to Node.)

lossyrob commented 9 years ago

I placed the "server" component in it's own directory in preparation for having a couple different components in this repository that are tied together using docker compose.

hectcastro commented 9 years ago

Looks good. Everything worked for me in Docker Machine.

mojodna commented 9 years ago

I'd go ahead and merge after making the additions to the Dockerfile, knowing that the test harness will change as we get going. No reason to keep the current state from holding us up though.

lossyrob commented 9 years ago

Merging, I'll get rolling on some real code to run/test.