frontend-frameworks-showcase/backend
Tomasz Półgrabia fcc421c177 Fixing schema and adding docker builds. 2022-02-09 21:30:35 +01:00
..
schema Fixing schema and adding docker builds. 2022-02-09 21:30:35 +01:00
.gitignore Initial frontend frameworks demo version. 2021-01-01 19:29:44 +01:00
Dockerfile Fixing schema and adding docker builds. 2022-02-09 21:30:35 +01:00
README.md Fixing schema and adding docker builds. 2022-02-09 21:30:35 +01:00
build_deploy.sh Fixing schema and adding docker builds. 2022-02-09 21:30:35 +01:00
config-dev.json Initial frontend frameworks demo version. 2021-01-01 19:29:44 +01:00
database.js Initial frontend frameworks demo version. 2021-01-01 19:29:44 +01:00
index.js Initial frontend frameworks demo version. 2021-01-01 19:29:44 +01:00
package-lock.json Initial frontend frameworks demo version. 2021-01-01 19:29:44 +01:00
package.json Initial frontend frameworks demo version. 2021-01-01 19:29:44 +01:00

README.md

How to start backend

node .\index.js .\config-dev.json

Building docker image

Please proceed with following steps:

  • execute 'docker build --no-cache . -t frontend-showcase-backend:latest'
  • check if 'docker run frontend-showcase-backend:latest' works well
  • execute 'docker login'
  • execute 'docker tag frontend-showcase-backend:latest tpolgrabia/frontend-showcase-backend:latest'
  • execute 'docker push tpolgrabia/frontend-showcase-backend:latest'