Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aljones15/clojure-scramble

Taken an input determine if a string can be spelled by another string
https://github.com/aljones15/clojure-scramble

Last synced: 8 days ago
JSON representation

Taken an input determine if a string can be spelled by another string

Awesome Lists containing this project

README

        

# FLUXIAN PROGRAMMING TEST
construct a basic scramble function

## Install
```
bash install.sh
```

## Instructions
- the api needs to be on port 4139
- the front end can be on any port

```
bash start.sh
```

the bas script should work
if it does not

```
chmod +x init.sh
cd ui
chmod +x start.sh
```

## Stack
### API
- liberator
### Front End
- fulcro

I did not use Fulcro's built in server just went with liberator

### Tests
tests are in server (did not test ui)
```
cd server
lein test
```