https://github.com/marteinn/employees-api-purescript
A example api built in Purescript and express.js using dynamodb.
https://github.com/marteinn/employees-api-purescript
purescript
Last synced: 5 months ago
JSON representation
A example api built in Purescript and express.js using dynamodb.
- Host: GitHub
- URL: https://github.com/marteinn/employees-api-purescript
- Owner: marteinn
- Created: 2019-01-06T18:34:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T19:58:44.000Z (over 7 years ago)
- Last Synced: 2025-01-22T14:25:11.720Z (over 1 year ago)
- Topics: purescript
- Language: PureScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purescript + Express Demo
A example api built in Purescript and express.js that uses dynamodb.
## Getting started
- Install purescript
- Install bower
- Install packages (`bower install && npm install`)
- `pulp run -m Main`
- `docker-compose up`
- `curl localhost:8080/create-local-db`
- Done
## License
This project is released under the [MIT License](http://www.opensource.org/licenses/MIT).