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.
- Host: GitHub
- URL: https://github.com/thasup/ejs-web-blog
- Owner: thasup
- License: mit
- Created: 2021-12-09T22:42:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T18:28:28.000Z (over 4 years ago)
- Last Synced: 2025-08-07T16:34:16.281Z (11 months ago)
- Topics: bootstrap, css, ejs, express, heroku, html, javascript, nodejs
- Language: JavaScript
- Homepage: https://thasup-ejs-web-blog.herokuapp.com/
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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