/PortfolioGuo

My personal portfolio website built by using Node.js handlebars.

Primary LanguageCSS

Portfolio Website

badge

Description

This application is my personal portfolio website built by using MVC architectural structure, Handlebars.js, Sequelize. This application is deployed through Heroku.

Table of Contents

Installation

git clone the repo to your local machine. To use this application, please run the following command:

And then run the following commands to install the dependencies:

npm install

Usage

Run mysql -u root -p -> enter you mysql shell password, then run source db/schema.sql, and quit. Run node seeds/index.js to seed the database. Type the following command in your termimal:

npm start

Then open your browser and type http://localhost:3001/ to run this application on your local machine.

Deployed Link

The link to the deployed application is: https://bfguo.herokuapp.com/.

Demo

Below is the demostration of this application. demo

⬆ back to top

Built With

⬆ back to top

License

This application is licensed under MIT license.

⬆ back to top

Contributing

This application is developed by Baofeng Guo. If you would like to contribute it, please follow the guidelines for how to do so.

⬆ back to top

Tests

There are no tests beyond npm start.

⬆ back to top

Questions

For any question, please contact me on GitHub: magickw or email me at peterguo1983@gmail.com.

⬆ back to top