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

https://github.com/glebbatykov/minerva_examples


https://github.com/glebbatykov/minerva_examples

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

**Languages:**

[![English](https://img.shields.io/badge/Language-English-blue?style=?style=flat-square)](README.md)
[![Russian](https://img.shields.io/badge/Language-Russian-blue?style=?style=flat-square)](README.ru.md)

This repository contains examples of using the server framework [Minerva](https://github.com/GlebBatykov/minerva).

- [Hello](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/hello) - simple example;
- [WeatherForecast](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/weather_forecast) - simple example;
- [WeatherForecastController](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/weather_forecast_controller) - simple example with using controllers;
- [WebSocket counter](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/websocket_counter) - example of `Full-Stack` `Dart` application using websockets;
- [File server](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/file_server) - example file server;
- [JWT authentication](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/jwt_authentication) - example of using `JWT` authentication;
- [Serve static files](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/serve_static_files) - example of serve static files;
- [Gateway](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/gateway) - example of implementing a gateway service;
- [Note list](https://github.com/GlebBatykov/minerva_examples/tree/main/examples/note_list ) - example of `Full-Stack` `Dart` application, list of notes using a server implemented using `Minerva`.