Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 663 Bytes

File metadata and controls

16 lines (11 loc) · 663 Bytes

Roxiler-Systems-Internship-Challenge

Repository for Nodejs Internship v1 Challenge - Roxiler Systems

Installation Requirements

  • NodeJS
  • npm

To Run

  • Clone the repository: git clone https://github.com/tgoyal63/Roxiler-Systems-Internship-Challenge.git
  • Go inside the folder Roxiler-Systems-Internship-Challenge: cd Roxiler-Systems-Internship-Challenge
  • Install the node modules: npm install
  • Go inside the config folder, and create a .env file and copy contents of demo_env file in that and configure the file. OR Run this command in terminal: echo "APP_PORT = 8080" > ./config/.env
  • Run the code: node index.js