Skip to content

dylanesque/police-data-trust

 
 

Repository files navigation

police-data-trust

Deploy

Installation

  1. Make sure that Docker is installed on your machine.

  2. Fork a copy of the main repo to your GitHub account.

  3. Clone this repository git clone git@github.com:codeforboston/police-data-trust.git

  4. Create a .env file in the root of your local project folder, and add your preferred PostgreSQL username and password:

POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=police_data
POSTGRES_HOST=db
  1. Build and run the project with docker-compose build; docker-compose up -d; docker-compose logs -f app

Documentation

Docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.1%
  • CSS 4.5%
  • TypeScript 4.0%
  • Shell 2.3%
  • Dockerfile 1.1%
  • Mako 1.0%
  • Other 1.0%