Repository for Nodejs Internship v1 Challenge - Roxiler Systems
- NodeJS
- npm
- 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