LoveJesus 95773fc770 | 3 months ago | |
---|---|---|
sql_chirho | 3 months ago | |
src | 3 months ago | |
.env_chirho | 3 months ago | |
README.md | 3 months ago | |
dot.env_chirho.sample_chirho | 3 months ago | |
rocket.toml | 3 months ago |
This command line application is intended to keep a remote database of computer resources synchronized with the information about those resources.
run the following command from the project base to create the server side DB:
sql_chirho/createdb_chirho.sh
we also need the environment variables in dot.env_chirho.sample_chirho properly set up in both the client and the server.
export ROCKET_PORT=...
to set the port where the server will listen to requests.