An open API service indexing awesome lists of open source software.

https://github.com/webconuz/my-portfolio-back

Backend of my portfolio website. It was builded core node.js
https://github.com/webconuz/my-portfolio-back

csr-pattern javascript nodejs-core

Last synced: 3 months ago
JSON representation

Backend of my portfolio website. It was builded core node.js

Awesome Lists containing this project

README

        

# MukhammadiDev

Backend of my Portfolio website. It is building in core node.js

## 🚀 Features

- My portfolio
- My services
- My blog

## 📦 Installation

### Prerequisites

- node >= 21.11.0
- npm >= 9.6.5

### Steps

```sh
# Clone the repo
git clone https://github.com/WebCONuz/my-portfolio-back.git

# Navigate into the directory
cd my-portfolio-back

# Install dependencies
npm install

# Start the application
npm start
```