Giter Club home page Giter Club logo

tech-products-demo's Introduction

Tech Products Demo

Node.js CI

Dev Setup

The prerequisites are:

  • Node and NPM (see engines field in package.json for compatible versions)
  • Docker Compose

If you're using dev containers, see .devcontainer/README.md. Otherwise:

  1. Fork the repository to your account
    • Un-tick "Copy the main branch only" to get all the branches in your fork
  2. Clone your fork
  3. Run npm ci to install the dependencies
  4. Copy e2e/.env to .env and update as needed
  5. Run npm run services:start to start the services
  6. Run npm run migration -- up to migrate the database
  7. Run npm run ship to ensure that the tests pass
  8. Start the app with npm run dev (dev mode) or npm run serve (prod mode) and visit:

From there see .github/CONTRIBUTING.md for details on recommended workflows.

Ports used

  • 4201: client application (Webpack in dev mode, Express in production mode)
  • 4202: Express server (dev mode only)
  • 4211: Postgres
  • 4212: GitStub (mock GitHub OAuth/API)

tech-products-demo's People

Contributors

textbook avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.