Backend of my Portfolio website. It is building in core node.js
- My portfolio
- My services
- My blog
- node >= 21.11.0
- npm >= 9.6.5
# 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