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

https://github.com/guibeira/api-in-memory

An api that store numbers in memory
https://github.com/guibeira/api-in-memory

api-rest openapi rust

Last synced: 7 months ago
JSON representation

An api that store numbers in memory

Awesome Lists containing this project

README

          

# Api in memory

This is a sample of api using database in memory

## instalation

This project was made using [rust](rustup.rs/), make sure you have it installed for build the project, otherwise, you can
check the release [page](https://github.com/guibeira/Api-in-memory/releases)

With the project cloned in you machine, in the root folder build the project using this command:

```bash
cargo build
```

## run the api

```bash
cargo run --bin api
```

## api documentation

With the project running access.

http://localhost:8000/swagger-ui

## tests

```bash
cargo test -v
```