An open API service indexing awesome lists of open source software.

https://github.com/sshaplygin/current-course

service is show orders, passendgers and getting currnet course from CB RF. Test task from biletix.ru
https://github.com/sshaplygin/current-course

biletix cbrf express mysql nodejs test-task

Last synced: 11 months ago
JSON representation

service is show orders, passendgers and getting currnet course from CB RF. Test task from biletix.ru

Awesome Lists containing this project

README

          

# current-course [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mrfoe7/current-course/blob/master/LICENSE.md)

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](#presetup)**
* **[Technologies](#technologies)**
* **[Usage](#usage)**
* **[Dependencies](#dependencies)**

## 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