Skip to content

Quickly create routes to test with your frontend

Notifications You must be signed in to change notification settings

marcelofelipes/testroute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestRoute - A project to create test http routes for your closest frontend or backend

How it works

  1. You run the command:
testroute
  1. You answer some questions:
> What is the path of your route?: /api/user/4
> What HTTP method should listen to?: GET
> What should be the response HTTP status?: 200
> What should be the response? (Write a file path or leave empty for none): ./response.json
  1. The server is up and running!
> Please test your route at: http://localhost:9999/api/user/4

Future plans

  • Support template like route syntax (For example: /api/user/[id])

About

Quickly create routes to test with your frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%