https://github.com/jeiwan/simple_api_clj
https://github.com/jeiwan/simple_api_clj
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeiwan/simple_api_clj
- Owner: Jeiwan
- Created: 2016-02-01T06:30:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T16:28:49.000Z (over 9 years ago)
- Last Synced: 2025-01-20T09:11:23.924Z (5 months ago)
- Language: Clojure
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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