Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luismeyer/sls-racket
- Owner: luismeyer
- Created: 2019-12-02T10:37:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:15:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T13:21:03.046Z (about 1 month ago)
- Language: Vue
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 48
-
Metadata Files:
- Readme: readme.md
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/)