Skip to content

Commit c7d659e

Browse files
authored
Update README.md
1 parent 3d67ef3 commit c7d659e

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Node.js Backend Architecture Typescript Project
22
Learn to build a Blogging platform like Medium, MindOrks, and FreeCodeCamp - Open-Source Project By AfterAcademy
33

4-
[![AfterAcademy](https://img.shields.io/badge/AfterAcademy-opensource-blue.svg)](https://afteracademy.com) [![Build Status](https://travis-ci.org/afteracademy/nodejs-backend-architecture-typescript.svg?branch=master)](https://travis-ci.org/afteracademy/nodejs-backend-architecture-typescript)
5-
64
<p align="center">
75
<img src="https://raw.githubusercontent.com/afteracademy/nodejs-backend-architecture-typescript/master/addons/github_assets/cover-nodejs-backend.png">
86
</p>
97
<br>
108

119
## About this Open Source Project
12-
This open-source project is for you(community). Our Team at [AfterAcademy](https://afteracademy.com) has taken this initiative to promote Backend Learning in the best possible way. We are determined to provide quality content for everyone. Let's do it together by learning from this project.
10+
This open-source project is for you(community). I (https://janisharali.com) have taken this initiative to promote Backend Learning in the best possible way. I am determined to provide quality content for everyone. Let's do it together by learning from this project.
1311

1412
## We will learn and build the backend application for a blogging platform.
1513
The main focus will be to create a maintainable and highly testable architecture.
@@ -37,20 +35,20 @@ Following are the features of this project:
3735

3836
## Project Outline: Blogging Platform
3937
<p align="center">
40-
<img src="https://raw.githubusercontent.com/afteracademy/nodejs-backend-architecture-typescript/master/addons/github_assets/project-outline.png">
38+
<img src="https://raw.githubusercontent.com/janishar/nodejs-backend-architecture-typescript/master/addons/github_assets/project-outline.png">
4139
</p>
4240
<br>
4341

4442
## Request-Response Handling Schematic Diagram
4543
<p align="center">
46-
<img src="https://raw.githubusercontent.com/afteracademy/nodejs-backend-architecture-typescript/master/addons/github_assets/api-structure.png">
44+
<img src="https://raw.githubusercontent.com/janishar/nodejs-backend-architecture-typescript/master/addons/github_assets/api-structure.png">
4745
</p>
4846
<br>
4947

5048
## Learn the concepts used in this project
51-
* [Design Node.js Backend Architecture like a Pro](https://afteracademy.com/blog/design-node-js-backend-architecture-like-a-pro)
49+
* [Design Node.js Backend Architecture like a Pro](https://janisharali.com/blog/design-node-js-backend-architecture-like-a-pro)
5250
* [The video guide to build and run this project](https://youtu.be/Nwh7wTtUV5I)
53-
* [Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken](https://afteracademy.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token)
51+
* [Implement JSON Web Token (JWT) Authentication using AccessToken and RefreshToken](https://janisharali.com/blog/implement-json-web-token-jwt-authentication-using-access-token-and-refresh-token)
5452
* [TypeScript Tutorial For Beginners](https://afteracademy.com/blog/typescript-tutorial-for-beginners)
5553
* [From JavaScript to TypeScript](https://afteracademy.com/blog/from-javascript-to-typescript)
5654
* [Authentication vs Authorization](https://afteracademy.com/blog/authentication-vs-authorization)
@@ -86,11 +84,7 @@ Following are the features of this project:
8684
* Change the `DB_HOST` to `localhost` in **.env** and **tests/.env.test** files.
8785
* Execute `npm start` and You will be able to access the API from http://localhost:3000
8886
* To run the tests execute `npm test`.
89-
90-
## Explore Online Tutorials and Courses To Learn More by AfterAcademy
91-
* [Backend Tutorial](https://afteracademy.com/blogs/backend) - All free tutorials by AfterAcademy
92-
* [Online Courses for Backend](https://afteracademy.com/courses/backend) - Master the skills that companies love to hire.
93-
87+
9488
## Learn Backend Development From Our Videos
9589
* [Introduction to Web Backend Development for Beginners](https://youtu.be/Q0nfLi-4GBg)
9690
* [Backend System Design for Startups](https://www.youtube.com/playlist?list=PLqOiaH9id5quh5Dph5yuXfdHVGe1LrKvT)
@@ -300,7 +294,7 @@ Following are the features of this project:
300294
301295
### License
302296
```
303-
Copyright (C) 2020 MINDORKS NEXTGEN PRIVATE LIMITED
297+
Copyright (C) 2022 JANISHAR ALI ANWAR
304298

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

0 commit comments

Comments
 (0)