Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (23 loc) · 622 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 622 Bytes

Express - MongoDB tutorial

This repository is use for tutorial on medium

Starter project is located in ./template

The final version of the project in located in ./final

Prerequisites

  • NodeJS

Installing

  • Download or clone this repository using the following command
git clone http://
  • To run starter template change directory into template folder and install the dependencies
$ cd template
$ npm install
$ npm start
  • To run complete version of the project change directory into final folder and install the dependencies
$ cd final
$ npm install
$ npm start