Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luismeyer/sls-racket

A Racket Rest Api which can be deployed to AWS Lambda with a restdb.io Database and Vue frontend.
https://github.com/luismeyer/sls-racket

Last synced: 22 days ago
JSON representation

A Racket Rest Api which can be deployed to AWS Lambda with a restdb.io Database and Vue frontend.

Awesome Lists containing this project

README

        

# Racket SLS

A Racket Rest Api which can be deployed to AWS Lambda with a restdb.io Database and Vue frontend.

## SETUP

Install [Racket](https://docs.racket-lang.org/pollen/Installation.html) and docker.
Create a secrets.yml based on the example file

## Development

```bash
npm run watch
npm run dev
```

## License

[MIT](https://choosealicense.com/licenses/mit/)