Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alpsar4l/personacraft
This cool tool built with Elixir generates colorful and entertaining human profiles with just a single request.
https://github.com/alpsar4l/personacraft
elixir elixir-api generator
Last synced: about 6 hours ago
JSON representation
This cool tool built with Elixir generates colorful and entertaining human profiles with just a single request.
- Host: GitHub
- URL: https://github.com/alpsar4l/personacraft
- Owner: alpsar4l
- License: mit
- Created: 2024-01-05T03:59:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-05T04:01:21.000Z (11 months ago)
- Last Synced: 2024-01-05T05:22:10.493Z (11 months ago)
- Topics: elixir, elixir-api, generator
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PersonaCraft
I'm learning Elixir, and I've created this quirky API that generates a random person when a request is sent to [localhost:8000](http://localhost:8000). The name, surname, and occupation data are manually specified in the `data/personalities.json` file.
## Install
Before installing dependencies, clone the repository and execute the following command:
```bash
mix deps.get
```## Development
Run server at [localhost:8000](http://localhost:8000)
```bash
iex -S mix run
```Have fun!