Skip to content

Commit

Permalink
Add CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdienes committed Apr 17, 2024
1 parent d37529d commit 9442d5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ This is a Node.js server for the Grocery Scan App. It provides APIs for managing

![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB) ![SQLite](https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge&logo=sqlite&logoColor=white) ![DigitalOcean](https://img.shields.io/badge/DigitalOcean-%230167ff.svg?style=for-the-badge&logo=digitalOcean&logoColor=white)

[![Node.js CI](https://github.com/adamdienes/grocery_app_server/actions/workflows/node.js.yml/badge.svg)](https://github.com/adamdienes/grocery_app_server/actions/workflows/node.js.yml)

## Prerequisites

- Node.js installed on your system.
- npm (Node Package Manager) installed on your system.


## Installation

1. Clone the repository:
Expand Down Expand Up @@ -80,3 +83,7 @@ API requests must include a predefined _Authorization_ header with a valid token
## DigitalOcean Droplet connection

Continuous deployment is live to a DigitalOcean Droplet, and the app is auto-updating relative to changes to the main branch.

[![DigitalOcean Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=032964bbbea)

Made with ❤️ and JavaScript.

0 comments on commit 9442d5f

Please sign in to comment.