R Food is a website where you can get recipes for five-star meals that you can make yourself. It was created using React JS, Node JS, and Express JS.
how to install in your local, you can clone this repo with
git clone https://github.com/rydhralbar/r-food-be.git
or you can click use this template and customize with your project.
Create your database and edit your .env.example to .env, after that change the value with your credential, example:
DB_HOST=
DB_NAME=
DB_USER=
DB_PASS=
DB_PORT=
JWT_KEY=
REDIS_HOST=
REDIS_PORT=
REDIS_PASS=
CLOUD_NAME=
CLOUD_KEY=
CLOUD_SECRET=
after that run this command
npm install
npm run start
Thats all, you can use and customize this starterkit