/Simple_Express_App

Simple Backend server which print "Hello World"

Primary LanguageJavaScript

Simple_Express_App

Simple Backend server which print "Hello World" on acessing root end point ("/") and fall backs to 404 page for any other end point.

System Requirements

-> Nodejs & npm
-> Git

Steps to get started

-> Open any terminal
-> Clone the git repo using command " git clone https://github.com/rhythmjayee/Simple_Express_App.git"
-> Go to the Simple_Express_App directory or by using terminal "cd Simple_Express_App"
-> Install all the project Dependencies using command "npm install"
-> Run application using command "npm start"
-> Go to "http://localhost:5000/" from browser