georgeben / Book-Mailing-List-App

A web app where user's can subscribe to a book mailing list built with Node.js, Express, MongoDB and the handlebars view engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book-Mailing-List-App

A web app where user's can subscribe to a book mailing list built with Node.js, Express, MongoDB and the handlebars view engine.

Getting started

  • Clone this repo
  • cd into the repo
  • Run npm install to install all dependencies
  • Open another terminal and start the MongoDB server with the command : mongod
  • You might have to create a database locally for the app to run.
  • Run npm start to start the server
  • Open your browser and visit localhost:3000
  • There you have it 👍

View it live at: https://mongoosejungle.herokuapp.com/

About

A web app where user's can subscribe to a book mailing list built with Node.js, Express, MongoDB and the handlebars view engine.


Languages

Language:JavaScript 41.8%Language:CSS 29.1%Language:HTML 29.1%