Skip to content

Commit cc3ef4a

Browse files
authored
update readme
1 parent 52b0613 commit cc3ef4a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Node.js Backend Architecture Typescript Project
22
### A complete project to build a blogging platform like Medium, and FreeCodeCamp
33

4-
[![Docker Compose CI](https://github.com/fifocode/nodejs-backend-architecture-typescript/actions/workflows/docker_compose.yml/badge.svg)](https://github.com/fifocode/nodejs-backend-architecture-typescript/actions/workflows/docker_compose.yml)
4+
[![Docker Compose CI](https://github.com/afteracademy/nodejs-backend-architecture-typescript/actions/workflows/docker_compose.yml/badge.svg)](https://github.com/afteracademy/nodejs-backend-architecture-typescript/actions/workflows/docker_compose.yml)
55

6-
Note: This is the **latest (version 2)** of the project. If you are using **version 1** then checkout the branch [**version-1**](https://github.com/fifocode/nodejs-backend-architecture-typescript/tree/version-1)
6+
Note: This is the **latest (version 2)** of the project. If you are using **version 1** then checkout the branch [**version-1**](https://github.com/afteracademy/nodejs-backend-architecture-typescript/tree/version-1)
77

88
<p align="center">
99
<img src="https://raw.githubusercontent.com/janishar/nodejs-backend-architecture-typescript/main/addons/github_assets/cover-nodejs-backend.png">
@@ -29,9 +29,9 @@ It is suitable for Web Apps, Mobile Apps, and other API services.
2929

3030
# About The Author
3131
You can connect with us here:
32-
* [Website](https://fifocode.com)
33-
* [Twitter](https://twitter.com/fifocode)
34-
* [YouTube Channel](https://www.youtube.com/@fifocode)
32+
* [Website](https://afteracademy.com)
33+
* [Twitter](https://twitter.com/afteracad)
34+
* [YouTube Channel](https://www.youtube.com/@afteracad)
3535

3636
# Project Instructions
3737
We will learn and build the backend application for a blogging platform. The main focus will be to create a maintainable and highly testable architecture.
@@ -52,26 +52,26 @@ Following are the features of this project:
5252

5353
## 3RE Architecture: Router, RouteHandler, ResponseHandler, ErrorHandler
5454
<p align="center">
55-
<img src="https://raw.githubusercontent.com/fifocode/nodejs-backend-architecture-typescript/main/addons/github_assets/3RE.png">
55+
<img src="https://raw.githubusercontent.com/afteracademy/nodejs-backend-architecture-typescript/main/addons/github_assets/3RE.png">
5656
</p>
5757
<br>
5858

5959
## Project Outline: Blogging Platform
6060
<p align="center">
61-
<img src="https://raw.githubusercontent.com/fifocode/nodejs-backend-architecture-typescript/main/addons/github_assets/project-outline.png">
61+
<img src="https://raw.githubusercontent.com/afteracademy/nodejs-backend-architecture-typescript/main/addons/github_assets/project-outline.png">
6262
</p>
6363
<br>
6464

6565
## Request-Response Handling Schematic Diagram
6666
<p align="center">
67-
<img src="https://raw.githubusercontent.com/fifocode/nodejs-backend-architecture-typescript/main/addons/github_assets/api-structure.png">
67+
<img src="https://raw.githubusercontent.com/afteracademy/nodejs-backend-architecture-typescript/main/addons/github_assets/api-structure.png">
6868
</p>
6969
<br>
7070

7171
## Learn the concepts used in this project
72-
* [Design Node.js Backend Architecture like a Pro](https://fifocode.com/article/design-node-js-backend-architecture-like-a-pro)
72+
* [Design Node.js Backend Architecture like a Pro](https://afteracademy.com/article/design-node-js-backend-architecture-like-a-pro)
7373
* [The video guide to build and run this project](https://youtu.be/t7blRxqPIMs)
74-
* [Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken](https://fifocode.com/article/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token)
74+
* [Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken](https://afteracademy.com/article/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token)
7575
* [TypeScript Tutorial For Beginners](https://afteracademy.com/blog/typescript-tutorial-for-beginners)
7676
* [From JavaScript to TypeScript](https://afteracademy.com/blog/from-javascript-to-typescript)
7777

@@ -82,7 +82,7 @@ vscode is the recommended editor - dark theme
8282
### Get the repo
8383
```bash
8484
# clone repository recursively
85-
git clone https://github.com/fifocode/nodejs-backend-architecture-typescript.git
85+
git clone https://github.com/afteracademy/nodejs-backend-architecture-typescript.git
8686
```
8787

8888
### Run Docker Compose
@@ -378,7 +378,7 @@ $ npm test
378378
379379
### License
380380
```
381-
Copyright (C) 2025 FIFOCODE
381+
Copyright (C) 2026 MINDORKS NEXTGEN PRIVATE LIMITED
382382

383383
Licensed under the Apache License, Version 2.0 (the "License");
384384
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)