An open API service indexing awesome lists of open source software.

https://github.com/srgupta5328/tesla-store

Mock tesla store - this project is being used to learn go fundamentals
https://github.com/srgupta5328/tesla-store

golang postgres test-driven-development

Last synced: 2 months ago
JSON representation

Mock tesla store - this project is being used to learn go fundamentals

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/srgupta5328/tesla-store.svg?branch=master)](https://travis-ci.org/srgupta5328/tesla-store)

Mock Tesla Store


Creating a Fake Tesla Catalog service to allow users to view the various models. This project is being used to learn and become comfortable with Go, Postgres, Travis CI, and Test Driven Development concepts.


## Introduction
Creating a Fake Tesla Catalog service to allow users to view the various models. This project is being used to learn and become comfortable with Go, Postgres, Travis CI, and Test Driven Development concepts.

### Quick Start
In order to run this application locally please install postgres

```
brew install postgres
```

Clone this repository from GitHub
```
git clone https://github.com/srgupta5328/tesla-store.git
```

To Run the application
```
go build && ./tesla-store
```