A mini webpage with NodeJS Backend simple user's email Authentication.
285
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.
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
- Insert email, you can either check the data file or copy this email in:
- Once inside the main page, you can either log out or stay in the page.
- Enjoy.
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