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

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

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

![blog](https://user-images.githubusercontent.com/64001284/98406487-5802c500-206e-11eb-8405-e2453dcbf00e.png)

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