Skip to content

E3-JSI/XBorIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Install Postgres.

Create the database

createuser -d xboris -P
createdb -O xboris xboris

Install dependencies

npm install

Run

Run the main XBorIS server

cd bin
./run-debug

Run the API server

cd bin
./run-api-debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published