Skip to content

atedeg/man-on-a-mission

Repository files navigation

Man on a Mission

Reduce the struggle to manage missions!

Requirements

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.

Building

To build the project, run the following command:

cargo build

Running

To run the project, run the following command:

cargo run

Make sure that an active PostgreSQL instance is running.