Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TchernyavskyDaniil committed Jun 16, 2020
1 parent 9ff1a26 commit e3f5c63
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
5 changes: 3 additions & 2 deletions backend/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Диаграмма процессов API, парсинга
<img src="https://d.radikal.ru/d32/2005/e4/57263917df9b.jpg" />

Download Node.js https://nodejs.org/en/download/
Download Python 3 https://www.python.org/downloads/
Download Node.js https://nodejs.org/en/download/
Download Python 3 https://www.python.org/downloads/
Download and start Redis https://redis.io/topics/quickstart

Open dir backend

Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "KEKPARSER",
"version": "1.0.0",
"description": "How to perform web-scrapping using Node.Js",
"description": "KEKPARSER by KEKDATA TEAM (Daniil Krokhmal/Tchernyavsky)",
"main": "index.js",
"scripts": {
"start": "nf start",
Expand Down
13 changes: 13 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```bash
$ npm i
```
```bash
$ npm run dev
```

for build:

```bash
$ npm run build
```

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "KEKPARSER",
"version": "1.0.0",
"description": "KEKPARSER by KEKDATA TEAM",
"description": "KEKPARSER by KEKDATA TEAM (Daniil Krokhmal/Tchernyavsky)",
"main": "app.js",
"scripts": {
"dev": "webpack-dev-server --mode development --open --color --history-api-fallback --port 3000 --env.file=development --hot --hotOnly",
Expand Down

0 comments on commit e3f5c63

Please sign in to comment.