/wet-mongoose

CRUD application using Node, Express, MongoDB backend and Web Experience Toolkit frontend

Primary LanguageJavaScriptMIT LicenseMIT

wet-mongoose

CRUD application using Node, Express, MongoDB backend and Web Experience Toolkit frontend

Based on:

Setup

  • Install node.js, npm, and MongoDB
  • Clone this repository: git clone https://github.com/juleskuehn/wet-mongoose
  • In the created directory, run npm install

Usage

  • Run mongod to start the database server
  • Run npm run devstart to start the node.js server
  • Visit localhost:3000