Skip to content

Zurun-Rikuthin/info2602a1

 
 

Repository files navigation

Gitpod Ready-to-Code

Run in Postman

Initializing

You can initialize your database according to the init command in wsgi.py by running the following command

flask init

It is a good idea to run this after every change to models

Running

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

flask run

Testing

  1. Ensure postman is setup to point to your assignment's gitpod url as the host variable.
  2. Test your application by running the requests of the postman collection linked above and viewing the Test Results tab

results

When all of you routes are implemented you can run the entire collection of tests.

run 1

run 2

run 3

You should pay particular attention to the example requests and responses and the test results to ensure your application is meeting the required specification.

About

Starter template for INFO 2602 assignment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • Shell 3.6%