Skip to content

Commit

Permalink
angular read me update (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin27may authored Jun 23, 2023
1 parent cd65aed commit fd705a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 (15.0.3)
#### Angular (16.0.1)
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 frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Frontend (Angular)

Frontend for application using Angular (updated to 15.0.3)
Frontend for application using Angular (updated to 16.0.1)

## Development server

Expand Down

0 comments on commit fd705a9

Please sign in to comment.