Skip to content

betaquick/grace-tree-server

Repository files navigation

README

Grace Tree Services...(now GraceTreeProducts)

What is this repository for?

How do I get set up?

Node Environment

export DB_USERNAME='<mysql_user_name>'
export DB_PASSWORD='<mysql_user_password>''
export DEBUG='*'

or create .env in project directory with the above keys specified

Install local

npm run install-local

Run server

npm run start

Install knex DB migrations

npm install knex -g

Migrating database

knex migrate:latest or knex migrate:latest --env development

Seed the database

knex seed:run

  • Summary of set up
  • Configuration
  • Dependencies
  • Database configuration
  • How to run tests
  • Deployment instructions

Deploying

You'd need to install knex, pm2 and other cli software you'd need on the server yourself. Also check the default/current node versions to be sure.

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published