https://github.com/cobbinma/gleam_server
🐶
https://github.com/cobbinma/gleam_server
gleam http petshop rest-api
Last synced: 3 days ago
JSON representation
🐶
- Host: GitHub
- URL: https://github.com/cobbinma/gleam_server
- Owner: cobbinma
- Created: 2022-03-04T09:45:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T08:29:16.000Z (almost 4 years ago)
- Last Synced: 2025-07-29T17:37:20.489Z (7 months ago)
- Topics: gleam, http, petshop, rest-api
- Language: Gleam
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gleam_server
[](https://hex.pm/packages/gleam_server)
[](https://hexdocs.pm/gleam_server/)
A Gleam project
## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```
## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add gleam_server
```
and its documentation can be found at .