This repo was made to get a jist of using Express. Given that Express is a routing framework similar to Sinatra, I wanted to do a short experiment to get Express to say hello to you
- Clone the project in the repo
git clone https://github.com/thatdania/ExpressSaysHello.git
- Change into the project directory
cd ExpressSaysHello
- Run the below code to start the program. Ps: Make sure you have Node.
node index.js
- Write your hello and name in the query below. For example: Write hello and then your name as such. Add on after the localhost.
http://localhost:5000/hello/dania