Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yog9/express-portfolio
Express Portfolio showcases the project that I have built. It stores all the data about the project in a JSON file. It uses Pug to generate a template that utilizes JSON to generate a markup that is displayed in the browser.
https://github.com/yog9/express-portfolio
express-portfolio json pug
Last synced: 18 days ago
JSON representation
Express Portfolio showcases the project that I have built. It stores all the data about the project in a JSON file. It uses Pug to generate a template that utilizes JSON to generate a markup that is displayed in the browser.
- Host: GitHub
- URL: https://github.com/yog9/express-portfolio
- Owner: Yog9
- Created: 2019-03-18T12:33:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T07:33:46.000Z (almost 5 years ago)
- Last Synced: 2024-11-11T11:48:25.652Z (3 months ago)
- Topics: express-portfolio, json, pug
- Language: HTML
- Homepage: https://express-portfolio1.herokuapp.com/
- Size: 7.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express-Portfolio
[Demo of Express Portfolio Here](https://express-portfolio1.herokuapp.com/)
## Summary
Express Portfolio showcases the projects that I have built. It stores all the data about the projects in a
JSON file. It uses Pug to generate a template that utilizes JSON to generate a markup that is displayed in the browser.![](/express-portfolio.png)
### Motivation
The purpose of this project was to get familiar with Node js with Express along with Pug template engine.### Getting Started
Click the demo link or clone/download the repository on your local machine.In the project directory, you can run:
`npm install`
### Note:Make sure you have node and npm installed
* Then run
`npm start`* Open a browser on localhost:3000/
### Built With
* Express js
* Pug
* Foundation### Features
**. Responsive Design**### Coming Soon
- [ ] Taking data required for the projects from Mongo DB rather than a JSON file.