Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 764 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 764 Bytes

wewatch

A shared show watch list using Mongoose, Express, Node.js and EJS.

WeWatch

How It's Built

Installation & Setup

  1. Install the necessary packages through npm.
npm install
  1. To connect to your own databatase, reate a .env file in the config folder. Inside this .env file (/config > .env), add your port and database connection string.
PORT = {insert port # here}
DB_STRING = {insert db string url here}
  1. Use npm run start to run locally.
npm run start