https://github.com/grmvoid/localstack
https://github.com/grmvoid/localstack
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grmvoid/localstack
- Owner: grmvoid
- License: mit
- Created: 2023-09-20T13:55:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-26T20:50:55.000Z (about 1 year ago)
- Last Synced: 2025-02-01T14:35:25.165Z (4 months ago)
- Language: Makefile
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# localstack
The development stack with preconfigured Docker containers is
designed to assist in establishing a local environment for developing future applications.## Requirements
Tools used by this project:
- Bash
- Make
- [Docker](https://docs.docker.com/install/)
- [Docker Compose](https://docs.docker.com/compose/install/)## Installation
### Pre-install
Execute the following command:
```bash
make project-init
```
### ConfigureConfigure the .env file and the configuration files located in the `conf/` folder for your own needs.
### Post-install
Execute the following command to start the stack:
```bash
make docker-up
```
### UsageExecute the following command to see all the available commands:
```bash
make help
```## License
The localstack is open-sourced software licensed under the [MIT](LICENSE.md)