- Create/Read/Update/Delete real estate
- Place a bid on existing estates
- Fetch a winning bid for a second price auction on an estate
- Go lang
- dep ( for dependency management )
- mongo 3.6
1. Install mongo 3.6
2. Modify confg.yml for mongo db uri, db and collection name
3. run ```go run start.go```
4. [http://localhost:8080/](http://localhost:8080/) on browser will land you at graphql playground with schema, query and mutation info
1. At project root level run command ```docker-compose up```
2. [http://localhost:80/](http://localhost:80/) on browser will land you at graphql playground with schema, query and mutation info