Sign inSign up

kelvinvuong98/docker-nodejs-webpage

By kelvinvuong98

Updated 5 months ago

A mini webpage with NodeJS Backend simple user's email Authentication.

Image
Languages & frameworks
API management
Web servers
0

285

kelvinvuong98/docker-nodejs-webpage repository overview

MY DOCKER ALPINE WEBSITE (HELLO DOCKER)

By Kelvin Vuong

Table of Contents

Introduction

This webpage to practically apply simple configuration to your website's FE and BE. At the very first stage, it's only authenticate user's valid email. You can try add or edit by your own in data.js, in which stores users' data including email and so.

This web app is my personal project, which is primarily used for learning and experimentation.

Version

  • 1.0.0:alpine: The older Version.
  • 1.0.2:alpine: The Latest Version

NEW FEATURES UPDATED FROM LATEST PATCH:
  • ReactJS Added for the Frontend with a Lazy Loading feature for video.
  • Authentication with JWT.

*Note: Feel free to develop it more features yourself.

How It works

1. Installation:

Simply run:

- docker pull kelvinvuong98/docker-nodejs-webpage:1.0.2-alpine

- docker run -d -p 5600:5600 --env-file .env --name new_nodejs_test kelvinvuong98/docker-nodejs-webpage:1.0.1-alpine

2. Guide:

- Insert email, you can either check the data file or copy this email in:

[email protected]

- Once inside the main page, you can either log out or stay in the page.

- Enjoy.

Tag summary

Content type

Image

Digest

sha256:7e38e414a

Size

96.5 MB

Last updated

5 months ago

docker pull kelvinvuong98/docker-nodejs-webpage:1.0.2-alpine