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

https://github.com/dylanlott/builtright

Car build tracker
https://github.com/dylanlott/builtright

Last synced: about 1 year ago
JSON representation

Car build tracker

Awesome Lists containing this project

README

          

# Builtright

> A platform project for showing off your project cars.

## Stack

Mongo, Node, VueJS

## Deployment

`$ docker build -t hivemindapps/builtright-server`

`$ docker push hivemindapps/builtright-server`

I use rancher to deploy my containers, but you could manually deploy with the docker-compose.yml file or the prod.docker-compose.yml file.

Alternatively, you could use the flightplan.js deploy script that has been included to deploy without docker.

## Roadmap

- [ ] front end MVP
- [ ] build timelines
- [ ] SSL Termination

# API Documentation

## Builds Endpoint

This is the real focus point of this API. Most resources tie back into the `builds` endpoint in some way or another.

*RESOURCE*
GET `/api/builds`

*PARAMS*
- minYear (integer)
- maxYear (integer)