Releases: readme-experts/cyberchef
CyberChef 1.1.2
What's Changed
- Merge main into node-ci by @akaeyuhi in #77
- Fix nest build bug by @ILabiak in #84
- chore: Setup CI for project by @akaeyuhi in #80
- chore: Minor style changes by @akaeyuhi in #85
- chore: Husky config by @akaeyuhi in #86
Some minor style fixed, CI and Husky setup
Full Changelog: cyberchef-1.1.1...cyberchef-1.1.2
CyberChef 1.1.1
What's Changed
- Update package.json by @ILabiak in #81
- Parser by @MrPaschenko in #82
- fix: Fixed register page types problem by @akaeyuhi in #83
Full Changelog: cyberchef-ts...cyberchef-1.1.1
CyberChef v1.1
Improved version of Cyberchef app, now using Typescript as frontend language, also features refactored store using service pattern
What's Changed
- Database structure changes by @ILabiak in #60
- http services(frontend) by @akaeyuhi in #73
- Migrate client to Typescript by @akaeyuhi in #74
Full Changelog: cyberchef-nest...cyberchef-ts
CyberChef v1.0
Improved version of CyberChef application, now using NestJS and Fastify instead of Express, ReactJS and Redux for frontend and PostgreSQL as database. All features remain the same.
CyberChef 0.1
Initial version of CyberChef app builded with Express, MySQL, VueJS.
It is api that does CRUD operations on food recipes. Cyberchef has built in pasrer that can parse recipes from web.
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"
To start parser:
/src/parser/ node index.js
To start server:
/src/api/ npm run dev
Technology stack
Parser - NodeJS
Frontend - VueJs
Backend - Express
Database - MySQL
License
This program is distributed under an MIT License.