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

https://github.com/glamboyosa/bubba-server

The server powering the Bubba web application.
https://github.com/glamboyosa/bubba-server

elixir phoenix

Last synced: 12 months ago
JSON representation

The server powering the Bubba web application.

Awesome Lists containing this project

README

          

# Bubba - A Wordle Clone

This is the [Elixir](https://elixir-lang.org/), [Phoenix](https://www.phoenixframework.org/) server powering Bubba. It is responsible for handling all the logic.

The UI client can be found [here](https://github.com/glamboyosa/bubba-ui)

## Getting Started

To get started first clone the repository via HTTPS:

```bash
git clone https://github.com/glamboyosa/bubba-server.git
```

## Run the app

To start your Phoenix server:

- Install dependencies with

```elixir
mix deps.get
```

- Start Phoenix endpoint with:

```bash
./scripts/dev-server
```

> **NOTE** You might need to give the script permission via:

```bash
chmod +x ./scripts/dev-server
```

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.