Skip to content

Commit

Permalink
Merge pull request #53 from readme-experts/MrPaschenko-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akaeyuhi authored Jan 13, 2023
2 parents 1a092eb + 3b3f705 commit 4c46744
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# Cyberchef

## It is api that does CRUD operations on food recipes. Cyberchef has built in pasrer that can parse recipes from web.
###
## It is API that does CRUD operations on food recipes. Cyberchef has built in parser that can parse recipes from the web.


#### To work with DB properly, create config.json file in src/database/config :
```.
#### To work with DB properly, create config.json file in src/database/config:
```
"db_host": "your hosting",
"db_user": "your username",
"db_database": "your db name",
"db_password": "your db pass"
```

#### To properly work with server create .env file in src/api
```.
```
PORT = 3000 || any other port
JWT_ACCESS_SECRET = "your secret key"
```
Expand Down

0 comments on commit 4c46744

Please sign in to comment.