It is API that does CRUD operations on food recipes. Cyberchef has built in parser that can parse recipes from the web.
PORT = 3000 || any other port
JWT_ACCESS_SECRET = "your secret key"
DATABASE_URL = "your connecting string"
/src/parser/ node index.js
npm run start
npm run installDependencies
- install dependenciesnpm run preinstall
- generates prisma client and install dependenciesnpm run start:dev
- starts nest server in dev modenpm run start
- Builds server and client and starts in production mode
- Parser - NodeJS
- Frontend - ReactJS & Redux
- Backend - NestJS
- Database - PostgreSQL
This program is distributed under an MIT License.