Skip to content

Commit 1403ce2

Browse files
committed
adds title to README
1 parent 36d6fe5 commit 1403ce2

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
![Code Coverage](https://img.shields.io/badge/coverage-96%25-green?style=flat-square)
22

3+
# Node Clean Architecture
4+
35
![Preview](preview.png)
46

57
## Table of Contents
6-
- [Table of Contents](#table-of-contents)
7-
- [Libs](#libs)
8-
- [Installation](#installation)
9-
- [Testing](#testing)
10-
- [Clean Architecture](#clean-architecture)
11-
- [Folder structure](#folder-structure)
12-
- [The Dependency Rule](#the-dependency-rule)
13-
- [Typical Request](#typical-request)
14-
- [Troubleshooting](#troubleshooting)
15-
- [Log `connected to MongoDB database!` doesn't appear](#log-connected-to-mongodb-database-doesnt-appear)
16-
- [I'm getting `EADDRINUSE` upon application start](#im-getting-eaddrinuse-upon-application-start)
8+
- [Node Clean Architecture](#node-clean-architecture)
9+
- [Table of Contents](#table-of-contents)
10+
- [Libs](#libs)
11+
- [Installation](#installation)
12+
- [Testing](#testing)
13+
- [Clean Architecture](#clean-architecture)
14+
- [Folder structure](#folder-structure)
15+
- [The Dependency Rule](#the-dependency-rule)
16+
- [Typical Request](#typical-request)
17+
- [Troubleshooting](#troubleshooting)
18+
- [Log `connected to MongoDB database!` doesn't appear](#log-connected-to-mongodb-database-doesnt-appear)
19+
- [I'm getting `EADDRINUSE` upon application start](#im-getting-eaddrinuse-upon-application-start)
1720

1821

1922
This backend implements a [RESTful](https://restfulapi.net/) CRUD interface for users and complies with Eric Evan's [DDD](https://en.wikipedia.org/wiki/Domain-driven_design) and Uncle Bob's [Clean Architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html) which is briefly explained here in the document.

0 commit comments

Comments
 (0)