rydhralbar / r-food-be

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.

Home Page:https://cooperative-pink-antelope.cyclic.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r-food-be

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.

Express Starterkit

Install

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.

Setup

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

About

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.

https://cooperative-pink-antelope.cyclic.app


Languages

Language:JavaScript 100.0%