Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 903 Bytes

README.md

File metadata and controls

59 lines (41 loc) · 903 Bytes

Innogy coding Challenge - plumbers API

API for plumber management, creating and hiring plumbers

Folders

  • back-end - MySQL and MongoDB APIs
  • front-end - Angular and Oracle Jet

Table of contents

1. Prerequisites
2. Getting started
	2.1 Installing dependencies
	2.2 Starting server

Getting Started

git clone https://github.com/cale312/innogy2017.git

Installing dependencies

cd innogy2017

Starting APIs

  • API with MongoDB
cd back-end && cd mongoDB-backend
  • API with MySQL
cd back-end && cd mysql-backend

(you might need adminstrative rights to install some dependencies)

npm install

Start server

nodemon