Skip to content

eitaa/initdata-validation-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php :

cd PHP
php -S 0.0.0.0:8080 index.php

python :

cd Python
uvicorn main:app --host 0.0.0.0 --port 8080 --reload

C# :

cd C#
dotnet build
dotnet run

nodejs :

cd Js
node server.js

go :

cd Go
go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors