Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1014 Bytes

File metadata and controls

52 lines (37 loc) · 1014 Bytes

current-course GitHub license

Test task project. Service for get currnet course from CB RF. If you want read task, please open resource/task.txt Dump data bases in resource/order.sql

Menu

Presetup

If you will usage this apps. You will corrected file app-service/app/config/config.json with mysql params and unpackage sql dump.
SQL dump located in resource/orders.sql

Usage

If you can't use docker, you can use this manual

git clone https://github.com/mrfoe7/current-course.git
cd current-course/app-service
npm install
npm start

Docker-compose (don't working!!!)

docker-compose up -d

Tecnologies

  • node.js
  • express
  • mysql
  • docker

Dependencies

  • express
  • body-parser
  • mysql
  • ejs
  • morgan
  • nconf
  • winston