Skip to content

Commit e1b0e86

Browse files
committed
refactor: remove emojis from section headers in README.md for consistency
1 parent 8a31c49 commit e1b0e86

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🚀 Clean Architecture Full-Stack Starter: .NET, Angular, and PostgreSQL
1+
# Clean Architecture Full-Stack Starter: .NET, Angular, and PostgreSQL
22

33
<p align="center">
44
<a href="https://github.com/nitin27may/clean-architecture-docker-dotnet-angular/actions/workflows/angular-build.yml">
@@ -101,7 +101,7 @@ cp .env.example .env
101101
docker-compose up
102102
```
103103

104-
🔗 Then access:
104+
Then access:
105105
- Frontend: http://localhost
106106
- API: http://localhost/api
107107
- Scalar API Docs: http://localhost/scalar/v1
@@ -114,12 +114,12 @@ docker-compose up
114114
| [email protected] | P@ssword#321 | Editor |
115115
| [email protected] | P@ssword#321 | Reader |
116116

117-
## 🔥 Key Features
117+
## Key Features
118118

119119
<table>
120120
<tr>
121121
<td width="33%">
122-
<h3>📱 Modern Frontend</h3>
122+
<h3>Modern Frontend</h3>
123123
<ul>
124124
<li>Angular 21 with standalone components</li>
125125
<li>Signal-based state management</li>
@@ -131,7 +131,7 @@ docker-compose up
131131
</ul>
132132
</td>
133133
<td width="33%">
134-
<h3>🔒 Secure Backend</h3>
134+
<h3>Secure Backend</h3>
135135
<ul>
136136
<li>Clean Architecture implementation</li>
137137
<li>Generic Repository pattern</li>
@@ -144,7 +144,7 @@ docker-compose up
144144
</ul>
145145
</td>
146146
<td width="33%">
147-
<h3>🚢 DevOps Ready</h3>
147+
<h3>DevOps Ready</h3>
148148
<ul>
149149
<li>.NET Aspire orchestration</li>
150150
<li>Docker containerization</li>
@@ -158,7 +158,7 @@ docker-compose up
158158
</tr>
159159
</table>
160160

161-
## 📁 Project Structure
161+
## Project Structure
162162

163163
```
164164
clean-architecture-docker-dotnet-angular/
@@ -187,17 +187,17 @@ clean-architecture-docker-dotnet-angular/
187187
└── Dockerfile.api # API Dockerfile
188188
```
189189

190-
## 🧩 Architecture
190+
## Architecture
191191

192192
<p align="center">
193193
<img src="docs/screenshots/architecture.png" alt="Container Architecture" width="80%">
194194
<br>
195195
<em>Container Architecture Overview</em>
196196
</p>
197197

198-
## 📚 Documentation
198+
## Documentation
199199

200-
📖 Comprehensive documentation is available:
200+
Comprehensive documentation is available:
201201

202202
- [Aspire Guide](./docs/aspire-guide.md) - Running with .NET Aspire
203203
- [Development Guide](./docs/development-guide.md) - Get started with development
@@ -208,7 +208,7 @@ clean-architecture-docker-dotnet-angular/
208208
- [Clean Architecture Series](./docs/architecture-series.md) - In-depth articles
209209
- [Roadmap](./docs/roadmap.md) - Upcoming features
210210

211-
## 🛠️ Technology Stack
211+
## Technology Stack
212212

213213
| Layer | Technology | Version |
214214
|-------|------------|---------|
@@ -226,14 +226,14 @@ clean-architecture-docker-dotnet-angular/
226226

227227
We welcome contributions! See our [contributing guide](./CONTRIBUTING.md) for details on how to get involved.
228228

229-
## 📄 License
229+
## License
230230

231231
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
232232

233-
## 📧 Contact
233+
## Contact
234234

235235
For questions or support, please contact Nitin Singh at [email protected].
236236

237-
## 🌟 Star the Repository
237+
## Star the Repository
238238

239239
If you find this project useful, please consider giving it a star on GitHub to show your support!

0 commit comments

Comments
 (0)