First of all, configure your .env
file in the project root directory as follows:
- Get an Aladin OpenAPI key.
- Add a line as follows:
ALADIN_API_KEY=<your key here>
To use this server:
- Use
./run.sh
to run a server. (Check available options by./run.sh --help
) - Use
./down.sh
to stop the server. - Use
./reset-all.sh
to reset the database andnode_modules
if needed.