/Movies_API

Primary LanguageJavaScript

Movie/Actor API

Quick Start

Add your MONGO_URI to the "config/config.env" file.

# Install dependencies
npm install

# Serve on localhost:5000
npm run dev (nodemon)
or
npm start