A webcrawler service written in Go to get comic information from hosting websites.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
-
Download Google Cloud SDK
-
Install go gcloud component
gcloud components install app-engine-go
-
Need to have Python 2.7 installed
Google Cloud SDK may come with Python bundled but safe to installed manually.
-
Install Glide
After cloning down the repo, use glide to get the dependencies.
glide install
To deploy the server locally run the command
dev_appserver.py main/app.yaml
Then the server can be reached by using "localhost:8080"
Tests are done using Ginkgo and Gomega. To run the tests run
go test
or
ginkgo
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Hat tip to anyone who's code was used
- Inspiration
- etc