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

https://github.com/jeiwan/simple_api_clj


https://github.com/jeiwan/simple_api_clj

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# simple_api

FIXME

## Usage

### Run the application locally

`lein ring server`

### Migrations
```
lein run -m simple_api.db/migrate
lein with-profile test run -m simple_api.db/migrate
```

### Run the tests

`lein test`

### Packaging and running as standalone jar

```
lein do clean, ring uberjar
java -jar target/server.jar
```

### Packaging as war

`lein ring uberwar`

## License

Copyright © FIXME