Bookstore Backend Application (.NET 7)
https://github.com/CSTech95/bookstore-app
- Created Restful API with Authentication for a bookstore web application using .NET framework & MSSQL.
- Wrote SQL queries for API business logic and executed those queries with the Object Relational Mapper, Dapper.
E-commerce Backend Application (Node.js)
- https://github.com/CSTech95/ecommapp
- Created Restful API with Authentication for an E-commerce web application using Node.js, TypeScript, PostgreSQL, RabbitMQ & Docker.
- Implemented restful API code structure to follow MVC style architecture.
- Configured API's to run in isolated Docker containers using YAML.
- Implemented asynchronous communication with RabbitMQ message broker.