Git Product home page Git Product logo

acq-stack-track-app's Introduction

acq-stack-track-app

a tool for requesting and tracking acquisitions >$3500

  • journey map
  • we're using "projects" feature for issue tracking
  • slack channel is #acq-tts-intake
  • team: Leah is product and design, Alan is dev, Steven is our boss
  • stand up is 8:45am/11:45am daily

Development

This is a Django app.

So far, we're using plain Django tests for unit testing and behave for feature specs.

Running locally

Clone the repo and cd into it.

Then run:

$ docker-compose build

To spin up a local server:

$ docker-compose up

If using authentication, create a superuser:

docker-compose run web python manage.py createsuperuser --email [email protected] --username example --noinput

To run tests and feature specs:

$ docker-compose run web ./bin/test

To run just unit tests:

$ docker-compose run web python manage.py test

To run just feature specs:

$ docker-compose run web python manage.py behave

Deployment

This app runs on cloud.gov and is deployed via Travis CI. There are three env vars involved in the build: CF_USERNAME, CF_PASSWORD, and CODECLIMATE_REPO_TOKEN, all of which are stored via the Travis interface.

acq-stack-track-app's People

Contributors

adelevie avatar stvnrlly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.