https://github.com/mununki/cloure-rest-api-pg
A practice to build a REST API with clojure and psql
https://github.com/mununki/cloure-rest-api-pg
Last synced: 3 days ago
JSON representation
A practice to build a REST API with clojure and psql
- Host: GitHub
- URL: https://github.com/mununki/cloure-rest-api-pg
- Owner: mununki
- License: other
- Created: 2020-07-30T18:19:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T02:16:52.000Z (almost 6 years ago)
- Last Synced: 2025-10-25T22:26:56.972Z (8 months ago)
- Language: Clojure
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clojure-rest-api-pg
A REST API built with clojure
## Usage
1. Create DB with `db_create.sh`
2. Check vars in `.env.development`
3. lein run
## License
Whatever you want.