/shoestore-backend

Shoestore web app server - Node, Express, MongoDB, ES6, Babel

Primary LanguageJavaScript

Shoestore-API

Description

Backend for Shoestore Web application based on photoshop website template design downloaded from website php.jabber.com.

Tools

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone git@github.com:raythompsonwebdev/shoestore-backend.git
  2. Install NPM packages
    npm install

Start development server

$ npx nodemon --exec npx babel-node src/server.js
or
$ npm run dev

test production server

$ node src/server.js
or
$ npm run start