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.
- Host: GitHub
- URL: https://github.com/catalystcode/imagetaggingsystem
- Owner: CatalystCode
- License: mit
- Created: 2017-05-26T23:24:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-06T22:53:56.000Z (over 8 years ago)
- Last Synced: 2025-01-22T15:48:00.560Z (11 months ago)
- Language: CSS
- Size: 15 MB
- Stars: 1
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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)