Running the server
Last updated
Was this helpful?
Last updated
Was this helpful?
GNJ provides a out-of-the-box server if needed:
When the server is started, you can open the following url : and discover the schema. If it's the first time you run it, an Sqlite database will be created in the "./data" folder relative to the path you started it.
You can also run the following command to run a server with a specific database.
GNJ is build as a micro-service but can also be embedded in your application if needed. We advise to run it and the associated workers with a process manager like .
When the server is started, you can open the following url : and discover the schema. If you shutdown the server, all data will be lost.