https://github.com/cypriluc/blog_website-ejs-challenge
EJS Templating Blog Challenge
https://github.com/cypriluc/blog_website-ejs-challenge
body-parser css ejs-templating express-js html javascript lodash mongodb node-js
Last synced: 4 months ago
JSON representation
EJS Templating Blog Challenge
- Host: GitHub
- URL: https://github.com/cypriluc/blog_website-ejs-challenge
- Owner: cypriluc
- Created: 2020-10-16T13:25:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T09:13:40.000Z (about 5 years ago)
- Last Synced: 2025-10-13T12:40:23.380Z (8 months ago)
- Topics: body-parser, css, ejs-templating, express-js, html, javascript, lodash, mongodb, node-js
- Language: JavaScript
- Homepage: https://dry-woodland-93939.herokuapp.com/
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EJS Blog Challenge
Project setup
```
npm install
```
Run localhost:3000
```
mongod
node app.js
```
Visit web
https://dry-woodland-93939.herokuapp.com/
Compose new blog post
https://dry-woodland-93939.herokuapp.com/compose

Challenge by [The Complete 2021 Web Development Bootcamp](https://www.udemy.com/course/the-complete-web-development-bootcamp)