/Roxiler-Systems-Internship-Challenge

Repository for Nodejs Internship v1 Challenge - Roxiler Systems

Primary LanguageJavaScript

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