Skip to content

Jehazekel/info2602a2

 
 

Repository files navigation

Gitpod Ready-to-Code

Run in Postman

Running

When opened in gitpod the server should be running already if it isn't you can start it with the following command;

npm run start

Testing

  1. Update environment.json with your server's url
{
	"id": "af99e18d-e0b6-47aa-b586-2cec222c581a",
	"name": "A2 Gitpod",
	"values": [
		{
			"key": "host",
			"value": "[your server url]",
			"enabled": true
		}
	],
	"_postman_variable_scope": "environment",
	"_postman_exported_at": "2021-02-25T23:09:00.839Z",
	"_postman_exported_using": "Postman/8.0.6"
}
  1. Execute the following command to test Pokelisting page
npm run app-test
  1. Execute the following comand to test the api
npm run api-test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 37.9%
  • JavaScript 34.9%
  • HTML 23.5%
  • Dockerfile 3.7%