adriancarriger / knex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A fun project for Twilio messages

Dependency Status devDependency Status

Connect to Postgres

  • docker-compose exec db /bin/bash
  • psql -U postgres
  • CREATE DATABASE data;
  • \c data

Running the code

  1. Start docker-compose up
  2. Migrate: knex migrate:latest
  3. Seed: knex seed:run

Seed options

  • knex seed:run
  • knex seed:run --env staging
  • knex seed:run --env production

License

knex is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.

About

License:MIT License


Languages

Language:JavaScript 100.0%