Skip to content

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

License

Notifications You must be signed in to change notification settings

alabador/wewatch

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published