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
- Host: GitHub
- URL: https://github.com/sshaplygin/current-course
- Owner: sshaplygin
- License: mit
- Created: 2018-03-16T07:24:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T09:46:07.000Z (over 7 years ago)
- Last Synced: 2025-01-22T12:11:33.192Z (about 1 year ago)
- Topics: biletix, cbrf, express, mysql, nodejs, test-task
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# current-course [](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