Skip to content

Der-Zauberer/PassengerInformationSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PassengerInformationSystem

Development

Donwnload SurrealDB: https://surrealdb.com/install

Start SurrealDB:

surreal start --log info --user admin --pass admin --deny-all --allow-scripting --allow-funcs --bind 0.0.0.0:8080 surrealkv:data

Or Create Docker Container:

docker run always -p 8080:8080 -v surrealdb:/data surrealdb start --log info --user admin --pass admin --deny-all --allow-scripting --allow-funcs --bind 0.0.0.0:8080 surrealkv:data

Import the scripts from the surrealdb folder with the Surreal Cli or with Curl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published