Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onkolahmet/blog-website
blog website template using ejs, js, mongoDB & express.js
https://github.com/onkolahmet/blog-website
ejs expressjs mongodb
Last synced: 12 days ago
JSON representation
blog website template using ejs, js, mongoDB & express.js
- Host: GitHub
- URL: https://github.com/onkolahmet/blog-website
- Owner: onkolahmet
- Created: 2020-11-06T12:07:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T08:26:30.000Z (over 3 years ago)
- Last Synced: 2024-12-11T15:08:23.447Z (21 days ago)
- Topics: ejs, expressjs, mongodb
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Website
This project was a journal blog website template combined with database connection and flexibility of usage of ejs across the files.The main aim of this project was getting used to database usage, specifically [MongoDB](https://www.mongodb.com).
It contains [Lorem Ipsum](https://www.lipsum.com) contents which is a placeholder text commonly used to demonstrate the visual form of a document or a typeface without relying on meaningful content.
## Deployed Version of The Site
http://journal-with-db.herokuapp.com.![journal](https://user-images.githubusercontent.com/62245004/98367951-8de08300-2047-11eb-884b-e86e68c787af.png)
## To Use Locally
1. Clone local branch $ git clone -b local https://github.com/onkolahmet/blog-website.
2. Run 'npm install' in root folder.
3. Run 'nodemon app.js' in root folder.