@@ -44,7 +44,7 @@ This project goes beyond simple CRUD to show real-world backend engineering tech
4444
4545| Layer | Technology |
4646| -------| -------------|
47- | Backend | Node.js, Express.js |
47+ | Backend | Node.js |
4848| Framework | Express.js |
4949| Database | MongoDB with Mongoose |
5050| Authentication | JSON Web Token (JWT) + Cookies |
@@ -65,7 +65,7 @@ URL-Shortener/
6565├── models/ # Mongoose schemas
6666├── public/ # Static assets
6767├── routes/ # Express routes
68- ├── serviece/ # authentication serviece
68+ ├── serviece/ # authentication services
6969├── views/ # EJS templates
7070├── connect.js # MongoDB connection
7171├── index.js # App entry point
@@ -142,6 +142,7 @@ This project is licensed under the MIT License.
142142
143143## Closing Note
144144
145- Constructed with a strong emphasis on practical backend engineering, curiosity, and discipline.
146- A strong foundation, not merely a demonstration.
145+ Built with a strong emphasis on practical backend engineering, discipline, and real-world security considerations.
146+ A solid foundation not merely a demonstration.
147+
147148Developed with ❤️, ☕, and endless curiosity 💡
0 commit comments