Hasura Week 1 Tasks
Requirements:
Steps to be followed:
git clone https://github.com/Saurabh3333/Hasura-Week1.git
in console.cd Hasura-Week1
.npm install
npm start
http://localhost:8080
in your favourite browser.Endpoints:
‘/‘
‘/authors’
‘/html’
‘/image’
‘/setcookie/:name/:age’
‘/getcookies’
‘/deletecookies’
‘/input’
‘/robots.txt’
Notes:
git clone
and npm install
.Important Links: