Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.