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.
- Host: GitHub
- URL: https://github.com/glamboyosa/bubba-server
- Owner: glamboyosa
- Created: 2022-02-21T20:53:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T14:28:53.000Z (over 4 years ago)
- Last Synced: 2025-03-30T17:29:02.051Z (about 1 year ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.