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
- Host: GitHub
- URL: https://github.com/srgupta5328/tesla-store
- Owner: srgupta5328
- Created: 2018-12-21T19:31:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T20:31:18.000Z (over 7 years ago)
- Last Synced: 2025-01-04T15:35:00.662Z (over 1 year ago)
- Topics: golang, postgres, test-driven-development
- Language: Go
- Size: 84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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
```