Skip to content

Node.js web application used for booking appointments with a doctor : Made using the Hasura Platform

License

Notifications You must be signed in to change notification settings

AbhishekBhattacharya/docfinder

Repository files navigation

docfinder

Node.js web application used for booking appointments with a doctor : Made using the Hasura Platform

Quickstart - Build your own Docker image#

Build the Docker image using the following command

$ docker build -t nodejs-express:<tag> .

Run the Docker container using the command below.

$ docker run -d -p 8080:8080 nodejs-express:<tag>

Quickstart - git based pipeline

Follow the steps mentioned below for git based pipeline

  1. Ensure that you have a git project

  2. Edit app/src/server.js

  3. Commit your changes

    $ git add .
    $ git commit -m "message"
  4. Push the changes to git

    $ git push <remote> master

Advanced usage

Port

Default Port for application is 8080 .

About

Node.js web application used for booking appointments with a doctor : Made using the Hasura Platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published