A JavaScript-based portfolio site built by me.
Before getting started, ensure that you have the following applications installed:
- Node.js version 14.17.3 or higher,
- NPM version 6.14.13 or higher and
- Git (only necessary for cloning).
Open your terminal and follow the instructions below:
- Clone or download the project:
git clone https://github.com/Umit-Ulusoy/Portfolio-site-with-Node.js.git
, - Navigate to the directory:
cd Portfolio-site-with-Node.js
, - Install required dependencies:
npm install
, - Copy
config.example.js
file to the same directory with the nameconfig.js
, then openconfig.js
and enter your MongoDB connection URL on the appropriate line:
module.exports = { DATABASE_URL: 'Your MongoDB connection string' } - Run the project:
node app.js
This project is licensed under the MIT License. Learn more about this license.