Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
/ Gardener Public archive

A web app designed to make donating easier. Created for VandyHacks 2017.

License

Notifications You must be signed in to change notification settings

joeySchentrup/Gardener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gardener

Backend Docker set up:

  1. Set up mongo:

    docker run --name some-mongo -d mongo

  2. Run tis inside the backend folder:

    docker build .

  3. Run the backed service, include flag -d if you dont want to see it run

    docker run -p 8000:(port where you want it published) --link some-mongo:mongo (name of image just built)

About

A web app designed to make donating easier. Created for VandyHacks 2017.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published