Skip to content

danielwaghorn/slidekick-api

Repository files navigation

Slidekick API

Express based back-end for the Slidekick app.

Installation

Run the following commands to install the dependencies and set up the Docker container.

$ git clone https://github.com/danielwaghorn/slidekick-api
$ cd slidekick-api
$ npm install

Running the Application

Production Environment

$ cd slidekick-api
$ npm run start

Development Environment

$ cd slidekick-api
$ npm run dev

To stop the application Ctrl+C and wait for the bash prompt.

Access

The application runs by default at http://localhost:3000