StevenTompary123 / TTRPGsimulation

Table Top Role Playing game character builder and damage simulation.
0 stars 1 forks source link

Setup: API #2

Open NathanEne opened 4 months ago

NathanEne commented 4 months ago

Set up a simple "Hello world" API using Django that has one GET route that sends back the string "hello world".

This ticket is considered complete when there is a API that can be hosted locally (no deployment anywhere yet) and tested with a third party application such as postman