Skip to content
/ blog Public

a simple blog made with node, express, and mongodb

Notifications You must be signed in to change notification settings

plarabee/blog

Repository files navigation

Simple Blog

A simple blog application created with node.js, express, and MongoDB.

Usage

  1. Install recent versions of nodejs and npm if you have not already

  2. Clone the repo to your local machine: git clone https://github.com/plarabee/blog.git

  3. Install the dependencies with npm update

  4. Create a file called .env in the root of the project and enter appropriate information for the below environment variables

DB_CONNECTION_STRING=
PASSPORT_SECRET=
SERVER_PORT=
SERVER_HOST=
ADMIN_USER=
ADMIN_PASSWORD=

About

a simple blog made with node, express, and mongodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published