Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A inventory management system written in **Golang**, **DynamoDB** for database, **S3** for file storage and **ReactJS** for UI.

[![Deploy](https://github.com/devblin/shopit/actions/workflows/deploy.yml/badge.svg?branch=production)](https://github.com/devblin/shopit/actions/workflows/deploy.yml)

## Features:

- Basic CRUD funtionalities:
Expand Down Expand Up @@ -37,4 +39,4 @@ To test the application locally, follow below steps:
```
- Run `tflocal init -var-file=dev.tfvars`
- Run `tflocal apply -var-file=dev.tfvars`
- Use the `shopit_lb_dns` output's value to open the application.
- Use the `shopit_lb_dns` output's value to open the application.