Skip to content

Commit

Permalink
#15 build fix and nodejs, angular version update (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin27may authored Oct 27, 2023
1 parent 207eb75 commit 217f278
Show file tree
Hide file tree
Showing 11 changed files with 2,547 additions and 2,788 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The apps written in the following JavaScript frameworks/libraries:
The web application presented here is uncomplicated yet functional. It features a user registration and login page that are fully operational, as well as a comprehensive demonstration of **CRUD** (Create, Read, Update, Delete) functionality that incorporates Angular Routing and examples of REST API usage with Express.js. Additionally, the REST services are safeguarded by implementing **JWT** (JSON Web Tokens) for enhanced security.

### Built With
#### Angular (16.0.1)
#### Angular (16.2.11)
The frontend of this project is built with Angular, which is represented by the "A" in MEAN stack. To enable Server Side Rendering (SSR), we opted to use the Node.js Alpine image instead of a lightweight Docker image like Nginx to run the Angular application.

The project includes sample code for various functionalities, such as
Expand Down
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.9.0-alpine3.16
FROM node:20-alpine

# Copy dependency definitions
COPY package.json package-lock.json ./
Expand Down
2 changes: 1 addition & 1 deletion api/debug.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Create image based off of the official node:18.9.0-alpine3.16
FROM node:18.9.0-alpine3.16
FROM node:20-alpine

# Copy dependency definitions
COPY package.json package-lock.json ./
Expand Down
Loading

0 comments on commit 217f278

Please sign in to comment.