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

https://github.com/catalystcode/imagetaggingsystem

Simple web app that will let a user cycle through a set of images living in blob storage, assign one of a set of configurable labels to each image, and store that info in a SQL DB.
https://github.com/catalystcode/imagetaggingsystem

Last synced: 10 months ago
JSON representation

Simple web app that will let a user cycle through a set of images living in blob storage, assign one of a set of configurable labels to each image, and store that info in a SQL DB.

Awesome Lists containing this project

README

          

# Image Tagging System

Simple web app that will let a user cycle through a set of images living in blob storage, assign one of a set of configurable labels to each image, and store that info in a SQL DB.

## Getting Started

Todo:

### Prerequisites

* [node (most recent version)](https://nodejs.org/en/)
* npm
* [VSCode](https://code.visualstudio.com/)
* [mongodb](https://docs.mongodb.com/manual/installation/)

### Installing

run the following commands

```
npm install
npm start
```

## Running the tests

run the following commands

```
npm test
```

## Deployment

TODO:

```
Give examples
```

## Built With

TODO:

```
Give examples
```

## Authors

* **Madhura Jayaraman** - *Initial work* - [MadhuraJayaraman](https://github.com/MadhuraJayaraman)
* **Claudius Mbemba** - *Initial work* - [User1m](https://github.com/User1m)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* [Hackathon Starter](https://github.com/sahat/hackathon-starter)
* [Annotorious](https://github.com/annotorious/annotorious)