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

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.

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).