This is a Blog website made using NodeJS and EJS. It uses MongoDB for persistent storage of the blog. Link to live site: https://serene-gorge-70985.herokuapp.com/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install and have ready
NodeJS
npm
Mongo Atlas Cloud Account
A step by step series of examples that tell you how to get a development env running
Installing the npm dependencies
npm install
To start the project in your machine at localhost:3000
node app.js
- NodeJS
- MongoDB
- Lodash
This project is licensed under the MIT License - see the LICENSE.md file for details