The application is a web-based solution, combining a frontend built in Angular with a backend powered by Node.js and MongoDB. The project demonstrates key web development concepts, including RESTful API development, authentication, and frontend-backend integration.
- Responsive user interface.
- Modular components architecture.
- Data binding between components and services.
- Authentication and authorization mechanisms.
- RESTful API implementation.
- Middleware handling.
- MongoDB database integration.
- Secure authentication and authorization.
- Lab 1 - Introduction to JavaScript.
- Lab 2 - Basics of Node.js and Express.js.
- Lab 3 - Rendering HTML files with Node.js and passing data to templates.
- Lab 4 - Creating RESTful API endpoints and testing them with Postman.
- Lab 5 - Introduction to TypeScript.
- Lab 6 - Setting up the environment and implementing a Node.js server with TypeScript.
- Lab 7 - Node.js server, middleware usage, and MongoDB integration.
- Lab 8 - Data validation, authentication, and authorization.
- Lab 9 - Angular CLI: creating components, passing data between components, and using services.
- Lab 10 - Angular: data binding, directives, and event handling with the output mechanism.
- Lab 11 - Full-stack implementation of authentication and authorization using the MEAN stack (MongoDB, Express, Angular, Node.js).
- Node.js (version 14 or higher).
- Angular CLI (version 12 or higher).
- NPM or Yarn.
- Navigate to the
api
directory:cd api
- Install dependencies:
npm install
- Start the server:
The backend will run on
nodemon start
http://localhost:3000
.
- Navigate to the
blog
directory:cd blog
- Install dependencies:
npm install
- Start the Angular application:
The frontend will be available at
ng serve
http://localhost:4200
.
- Frontend: Angular, TypeScript
- Backend: Node.js, Express.js, MongoDB
- Testing: Postman
ans-taw-master/
|β blog/ # Angular frontend source code
|β api/ # Node.js backend source code
|β README.md # Project documentation