https://github.com/realaravinth/death-star
https://github.com/realaravinth/death-star
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/realaravinth/death-star
- Owner: realaravinth
- License: gpl-2.0
- Created: 2020-10-21T08:32:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T10:23:33.000Z (over 4 years ago)
- Last Synced: 2025-04-13T16:16:04.888Z (9 days ago)
- Language: Rust
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/shuttlecraft/auth-backend)
[](https://codecov.io/gh/shuttlecraft/auth-backend)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
# Authentication Backend**STATUS: ACTIVE DEVELOPMENT**
## How to build
* Install Cargo using [rustup](https://rustup.rs/) with:
```
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```* Clone the repository with:
```
$ git clone https://github.com/shuttlecraft/auth-backend
```* Build with Cargo:
```
$ cd auth-backend && cargo build
```## Setup
* **Database:**
At the moment, we have support one PostgreSQL, go into
`config/default.toml` and configure the database.* **Server:**
The server is configurable up to some extent, please see
[default.toml](./config/default.toml) for more details