brendon-lind / AutomotiveDB

Customer and Vehicle Tracking Storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skeletor CKC

To use this:

django-admin.py startproject new_project \
    --template=https://github.com/ckc-org/skeletor/archive/master.zip \
    --name bin/heroku/setup,app.json,README.md

After cloning remove the above instructions!


AutomotiveDB

installation

$ make

# (or make init)

can now view http://localhost or http://localhost:8000

development

For local development (hot reloading, etc.): http://localhost:3000

To get to the django admin: http://localhost:8000/admin

reset local database

$ make reset

run tests

$ make test

configuration

if you are only doing local development you shouldn't have to do any extra configuration.

for a deployment you'll want to edit .env with your secrets.

deploy

when we deploy we'll do the following..

  • rebuild the containers (in case of requirements.txt or package.json changes)
  • compile & collect static assets (vuejs)
  • run migrations
$ make deploy

About

Customer and Vehicle Tracking Storage.


Languages

Language:Vue 59.0%Language:Python 32.0%Language:Shell 4.4%Language:JavaScript 4.2%Language:CSS 0.2%Language:Makefile 0.1%