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
- Host: GitHub
- URL: https://github.com/webconuz/my-portfolio-back
- Owner: WebCONuz
- Created: 2025-02-13T04:42:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T11:29:55.000Z (3 months ago)
- Last Synced: 2025-02-13T12:31:43.196Z (3 months ago)
- Topics: csr-pattern, javascript, nodejs-core
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```