Skip to content

swithinasir/node-react12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raleigh Dog Parks

This web app displays dog parks in and around Raleigh, NC. The user can click on a map marker for each park and view or upload pictures taken at that park. The dog park location data is pulled from one of the Open Data Raleigh APIs. Then, it uses React-Leaflet to handle the map features. Finally, it’s using Cloudinary to host the images that are uploaded for each park.

Setup and Dependencies

To deploy this app, you'll need a Cloudinary account -- the free tier is fine -- an OpenShift account, and the oc command line tool. If you don't have one, you can create an OpenShift account here.

Deploying Raleigh Dog Parks to OpenShift

oc login <...>
oc new-project raleigh-dogparks
oc new-app https://github.com/jankleinert/raleigh-dogparks \
   -e CLOUDINARY_NAME=<your-cloudinary-name> \
   -e CLOUDINARY_KEY=<your-cloudinary-key> \ 
   -e CLOUDINARY_SECRET=<your-cloudinary-secret>
oc logs -f bc/raleigh-dogparks
oc expose service raleigh-dogparks
oc get route

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published