/BE-portofolio-bloger

This is a code of my backend portfolio

Primary LanguageTypeScript

Node.js CI Codecov

Description

BE-portofolio serves as the backend for the MyBrand project. It handles the server-side logic and database operations using Node.js and Express. MongoDB is utilized as the database to store and manage data related to the project.

Technologies Used

  • Node.js
  • Express
  • Mongoose
  • MongoDB

Installation

To set up the MyBrand-BE project, follow these steps:

git clone https://github.com/your-username/BE-portofolio.git
cd MyBrand-BE
npm install
npm start