Reduce the struggle to manage missions!
You will need to install the following tools:
After cloning the project, to ensure that the commit messages are in the appropriate format, please run the following commands:
npm install
npx husky install
Moreover, it is advisable to install the SQLx CLI:
cargo install sqlx-cli
Make a copy of the .env.sample
file and rename it to .env
.
Fill in the appropriate values for the environment variables.
To build the project, run the following command:
cargo build
To run the project, run the following command:
cargo run
Make sure that an active PostgreSQL instance is running.