Welcome to the HelloKitchen Back-End repository! This project powers the server-side functionality of the HelloKitchen platform.
To get started, install the required dependencies:
$ npm install
Create a .env
file at the root of the project with the following variables:
SALT_HASH = [Salt hash used for login]
DB_URL_LOCAL = [Database URL for local development]
DB_URL = [Database URL for production]
You can compile and run the project using the following commands:
$ npm run start
$ npm run start:dev
$ npm run start:prod
Ensure code quality with the available tests:
$ npm run test
$ npm run test:e2e
$ npm run test:cov
Comprehensive documentation for the project can be found in the Wiki section of the GitHub repository.
Currently, this project does not accept external contributions. Feel free to explore the codebase, but contribution via pull requests is restricted.