/premest-books-api

API for a directory of books

Primary LanguageJavaScript

Pre-MEST Books API

Build a API for a directory of books

Installation

Clone the repository to your local machine

git clone https://github.com/mickeymond/premest-books-api.git

Change directory into project

cd premest-books-api

Copy nodemon.example.json to nodemon.json

cp nodemon.example.json nodemon.json

Replace with your MONGO URI String

"MONGO_URI": "YOUR_MONGO_CONNECTION_STRING"

Use the package manager npm to install dependencies.

npm install

Usage

Running the application locally

npm run dev

Running the application in production

npm run start