The below endpoints are defined in the routes. It will start in localhost:2001
- / | Home page route
- /users | List of users temp data
- /count | Count of users
go run main.go
Content-Type is json for /users and /count
Folder name should be go-backend
If you change folder name make nessasary changes inside code also.