An open API service indexing awesome lists of open source software.

https://github.com/mojocn/felix_app


https://github.com/mojocn/felix_app

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# RUST-RESTful-APIs APP

## Prerequisites

* Rust
* SQLite

## Set up the database

* Create new database using `schema.sql`
* use `.env`

## Run the application

To run the application execute:

```bash
cargo run
```

By default application will be available on `http://localhost:5000`. If you wish to change address or port you can do it inside `.env` file

## 文档
- [https://github.com/launchbadge/sqlx](https://github.com/launchbadge/sqlx)
- [https://actix.rs/book/actix/](https://actix.rs/book/actix/)