it is a personal website + blog and is aimed to help the owner to market himself and interact with the users through blog comments and a contact page
the user can navigate to my portfolio by visiting the link https://emmanuelimunezero.netlify.app/, and you can read, like, and post comments to the blog also we can interact by sending a query via contact form
- Back-End API
- Front-End part
the back-end parts (APIs) are implemented with Node js, Express server, Typescript, Mongo DB, and Jest test for unit testing and circle ci as integration testing. To test the back-end it can be done by accessing its swagger documentation under this link https://mybrand-be-3-qrqs.onrender.com/api/docs/
the front-end part is designed using HTML, CSS, and Javascript and it is integrated with the back-end part
https://github.com/emmanueltct/MYBRAND_MUNEZERO.git
3. clone the back-end part of the project through this link and use the following command to install all dependencies and run the project
https://github.com/emmanueltct/MyBrand_BE.git