MAbdurahman / 01-nodejs-expressjs-demo

01-nodejs-expressjs-demo is application utilizing NodeJS and ExpressJS
MIT License
0 stars 0 forks source link

01-nodejs-expressjs-demo

this repository is an application utilizing NodeJS and ExpressJS

instructions

backend/config/config.env in config.env file add PORT=5000 NODE_ENV='DEVELOPMENT' API_ENV='/api/v1.0/'

run server

yarn install or npm install then yarn server or npm server then view image on http://127.0.0.1:5000/api/v1.0/

01-nodejs-expressjs-demo