Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!