/21-savage-demo

Full-stack CRUD Musician Fan Message Board with Express.js Node.js MongoDB (Non-Authentication Version)

Primary LanguageJavaScript

21 Savage

21 Savage Fan Site (Non-Authentication Version)

  • Full-stack Web App using Express.js, Node.js, and MongoDB.
  • Some dependencies used: EJS, Body-Parser
  • CRUD functionality: Create ("post"), Read ("get"), Update ("put"), and Delete ("delete")

Purpose

Installation

  1. Clone repo
  2. run npm install

Usage

  1. Open terminal
  2. Change directory to 21-savage-demo folder
  3. Run node server.js
  4. In Browser, navigate to localhost:3000