https://github.com/codelikeagirl29/nodejs-and-express
This is my projects page written in Pug with Express and Node. :)
https://github.com/codelikeagirl29/nodejs-and-express
css express expressjs javascript nodejs pug-template-engine
Last synced: 3 months ago
JSON representation
This is my projects page written in Pug with Express and Node. :)
- Host: GitHub
- URL: https://github.com/codelikeagirl29/nodejs-and-express
- Owner: CodeLikeAGirl29
- Created: 2022-03-19T22:44:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T15:41:37.000Z (over 2 years ago)
- Last Synced: 2024-01-02T16:26:53.696Z (over 2 years ago)
- Topics: css, express, expressjs, javascript, nodejs, pug-template-engine
- Language: Pug
- Homepage: https://nodejs-and-express.vercel.app
- Size: 2.22 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Node & Express Project
Built with...
- 
- 
- 
---
In this project, you'll create a gorgeous portfolio site to showcase the great projects you've built. The site will contain a modern landing page, an about page where you'll have a chance to share contact info, practice your elevator pitch and talk a little about yourself, and a series of project pages to show off and detail at least your first five projects from this Techdegree.
You'll create a JSON file to store all the data about the projects you've created.
You'll use Pug to complete provided templates that utilize the JSON to generate the markup that is ultimately displayed in the browser.
You'll use Node.js and Express to:
- Import the required dependencies
- Link the JSON with the Pug templates
- Set up routes to handle requests
- Set up the middleware to utilize static files like CSS
- Handle errors
- Set up a server to serve the project

A screenshot of my Nodejs and Express Projects page.