/portfolio-site

A functional application using Node.js and Express.

Primary LanguageCSSMIT LicenseMIT

Portfolio Website

A complete functional portfolio website developed using Knockout.js, Node.js, Express and SQLite3.

Running the app

  1. Clone the repository or Download and Unzip the ZipFile;
  2. Make sure you have Node.js installed. You can do that by writting node in your Command Prompt (This should return the version of the installed node);
  3. Via Command Prompt access the created directory;
  4. Run the server side of the application by writting
node server.js
  1. Navigate to localhost:3000 through your browser to access the site.