Skip to content

Preconfigured local setup for bot development with Docker and Node.js

License

Notifications You must be signed in to change notification settings

help-me-mom/node-cli-docker-template

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2025
Jan 10, 2025
Mar 27, 2025
Jan 10, 2025
Jan 10, 2025
Mar 19, 2025
Jan 10, 2025
Jan 10, 2025
Mar 19, 2025
Mar 19, 2025

Repository files navigation

Preconfigured local setup for bot development with Docker and Node.js

This template provides:

  • Node.js with typescript, nodemon and a simple "Hello World" script
  • MySQL container (the version of mysql can be changed)

Installation

Checklist:

  • clone / download this repo: https://github.com/help-me-mom/node-cli-docker-template
  • if needed, update mysql version in compose.yml in services > database > image
    by default the latest one is used
  • you can execute docker compose up --build to build and start containers
    you might need to wait until containers finish their bootstrap: creating databases, etc.
  • that's it, now you can commit changes to git and start development

Coding

You can code in script/src/index.ts.

About

Preconfigured local setup for bot development with Docker and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published