this repository is an application utilizing NodeJS and ExpressJS
backend/config/config.env
in config.env file add
PORT=5000 NODE_ENV='DEVELOPMENT' API_ENV='/api/v1.0/'
yarn install or npm install
then
yarn server or npm server
then view image on http://127.0.0.1:5000/api/v1.0/