https://github.com/mojocn/felix_app
https://github.com/mojocn/felix_app
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojocn/felix_app
- Owner: mojocn
- Created: 2021-07-15T09:08:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T09:12:00.000Z (about 4 years ago)
- Last Synced: 2025-03-13T07:44:07.542Z (7 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)