Grace Tree Services...(now GraceTreeProducts)
- Quick summary
- Version
- Learn Markdown
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
orknex migrate:latest --env development
Seed the database
knex seed:run
- Summary of set up
- Configuration
- Dependencies
- Database configuration
- How to run tests
- Deployment instructions
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.
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact