https://github.com/twct/wf-challenge
https://github.com/twct/wf-challenge
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/twct/wf-challenge
- Owner: twct
- Created: 2022-11-15T22:19:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T08:31:32.000Z (over 3 years ago)
- Last Synced: 2025-02-13T09:37:24.556Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wf-challenge
**NOTE: This branch contains changes after the 90 minute timer expired. Just a few minor house-keeping items I wish were in the [main](https://github.com/twct/wf-challenge/tree/main) branch.**
### Getting started with local development
**Install Rust and Cargo**
```sh
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
Add `~/.cargo/bin` to your PATH
**Setup the environment**
```sh
$ cp .env.example .env
```
Edit the `.env` file and supply the expected values
| Key | Example Value
| -------------------------- | ------------------------------------------------------------------------- |
| API_ENDPOINT | https://some_api_host |
**Run the program**
```sh
$ cargo run
```