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

https://github.com/thasup/ejs-web-blog

A web blog that uses EJS to create a template and run javascript on HTML. It contains a function to post a new article and link all pages with Express's route method.
https://github.com/thasup/ejs-web-blog

bootstrap css ejs express heroku html javascript nodejs

Last synced: 3 months ago
JSON representation

A web blog that uses EJS to create a template and run javascript on HTML. It contains a function to post a new article and link all pages with Express's route method.

Awesome Lists containing this project

README

          

# EJS-Web-Blog

A web blog that uses **EJS** to create a template and run javascript on HTML. It contains a function that you can post a new article that stores all data on the **MongoDB** database and links all post pages with Express's route method.

[EJS Web Blog](https://thasup-ejs-web-blog.herokuapp.com/)

# Table of contents

- [EJS Web Blog](#ejs-web-blog)
- [Table of contents](#table-of-contents)
- [Features](#features)
- [Install](#install)
- [Languages](#languages)
- [Technology](#technology)

# Features
[(Back to top)](#table-of-contents)

- Post new article on blog
- Store all poses on database
- Linked all pages to freely navigate on the website

# Install
[(Back to top)](#table-of-contents)

1. clone this git on your computer
2. install [Node.js](https://nodejs.org/en/)
3. run command `npm install` on terminal
4. run command `npm start` on terminal
5. go to `http://localhost:3000/`
6. happy!

# Languages
[(Back to top)](#table-of-contents)

- HTML
- CSS
- Javascript
- EJS

# Technology
[(Back to top)](#table-of-contents)

- HTML
- CSS
- Javascript
- Bootstrap
- EJS
- Node.js
- Express.js
- Heroku
- Mongoose
- MongoDB