Skip to content

stacknraj/cloud-platforms-nodejs-k8s

Repository files navigation

Exercise starting points - Node.js

This repository contains the code / starting points that match the topics in the material repository.

  • This repo only contains the code / starting points - the exercise descriptions remain in the material repository
  • Starting points are in separate branches, the branch name maps to the corresponding topics in the material repository, e.g. logging-fundamentals
  • The code for the starting point resides directly in the top-level directory of the corresponding branch
  • The master branch only contains a base project with following run scripts:
    • npm run build transpiles the Typescript code into .js code
    • npm start starts the application (use npm run build before)
    • npm run start:dev starts the application without transpilation step
    • npm run db:start starts a local postgres docker container
    • npm test runs all tests
    • npm run lint executes static code checks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7