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 custom-validator javascript nodejs-core pg
Last synced: 4 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-20T08:59:12.000Z (9 months ago)
- Last Synced: 2025-02-28T01:24:05.119Z (8 months ago)
- Topics: csr-pattern, custom-validator, javascript, nodejs-core, pg
- Language: JavaScript
- Homepage:
- Size: 21.5 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
```