https://github.com/dylanlott/builtright
Car build tracker
https://github.com/dylanlott/builtright
Last synced: about 1 year ago
JSON representation
Car build tracker
- Host: GitHub
- URL: https://github.com/dylanlott/builtright
- Owner: dylanlott
- License: apache-2.0
- Created: 2016-04-28T05:23:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T00:13:53.000Z (over 7 years ago)
- Last Synced: 2025-01-30T01:29:46.281Z (over 1 year ago)
- Language: JavaScript
- Size: 17.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)