Go to file
franklinblanco 9c6d04087a commit 2022-07-13 13:38:46 -04:00
migrations Added dockerfile 2022-07-08 14:35:19 -04:00
sql/schema made changes to the dockerfile 2022-07-13 00:07:19 -04:00
src made changes to the dockerfile 2022-07-13 00:07:19 -04:00
.DS_Store Added release-setup 2022-07-08 14:02:46 -04:00
.gitignore changes to dockerfile & gitignore 2022-07-13 12:52:39 -04:00
Cargo.toml Removed comment in main file 2022-07-08 11:30:15 -04:00
Dockerfile commit 2022-07-13 13:38:46 -04:00
Readme.md Updated readme for release to other platforms from macos 2022-07-11 11:08:29 -04:00
release-setup.sh changes to dockerfile & gitignore 2022-07-13 12:52:39 -04:00

Readme.md

User service

User service handles everything related to user creation, user login, etc...

Installation

Use cargo to install the project dependencies

cargo build

Setup

Env variables: Create a .env file and include the following variables

  1. HOST_ADDRESS
  2. HOST_PORT
  3. DB_HOST
  4. DB_USER
  5. DB_PASS
  6. DB_DATABASE_NAME
  7. DATABASE_URL

To run this project correctly, you must first apply the migrations to the database. You can do this by installing sqlx-cli.

cargo install sqlx-cli

Then execute and apply the migrations to the database.

sqlx migrate run

Tests

Tests are WIP. Not done yet.

Release

To build for release on current platform

cargo build --release

To build for release on x86-64 linux

cargo build --release --target x86_64-unknown-linux-gnu

Or follow this guide (Export these vars): cross-compilation-from-m1 You can find the executable inside target/release/{name of proj}

License & Attribution

By Franklin E. Blanco Creative Commons