Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aljones15/clojure-scramble
- Owner: aljones15
- Created: 2018-11-15T19:54:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T20:20:37.000Z (about 6 years ago)
- Last Synced: 2023-11-07T18:01:07.643Z (about 1 year ago)
- Language: Clojure
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- fulcroI 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
```