An open API service indexing awesome lists of open source software.

https://github.com/tsherburne/udacity-fsdev-portfolio

Udacity Full-stack Developer Portfolio Project
https://github.com/tsherburne/udacity-fsdev-portfolio

udacity-fullstack-nanodegree

Last synced: about 2 months ago
JSON representation

Udacity Full-stack Developer Portfolio Project

Awesome Lists containing this project

README

        

## Portfolio Project
This respository is for project #2 (Portfolio)
for the [Udacity Fullstack Developers Nano Degree](https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004).
### Table of Contents

* [Installation](#installation)
* [Running](#running)

### Installation
Environment Setup (Node.js with Express):
```
npm install express --save
```

Clone the respository:

```
git clone https://github.com/tsherburne/udacity-fsdev-portfolio.git
cd udacity-fsdev-portfolio
```
By default the Web Server listens on port 8080. If desired, the port can be updated in `server.js`
### Running
Start the Web Server:
```
npm start
```

Open a browser to view the Portfolio
```
https://:8080
```