Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/53845714nf/marketminder

Is a shopping list Webapp. It allows you to create shopping lists. And add items to them. In addition, the lists can be shared with other users. This app contains vulnerabilities, these are intentional.
https://github.com/53845714nf/marketminder

flask flask-migrate flask-restful flask-sqlalchemy material-ui postgresql react react-query

Last synced: about 2 months ago
JSON representation

Is a shopping list Webapp. It allows you to create shopping lists. And add items to them. In addition, the lists can be shared with other users. This app contains vulnerabilities, these are intentional.

Awesome Lists containing this project

README

        

# MarketMinder

## Description
This project is a shopping list app.
It allows you to create shopping lists.
And add items to them. In addition, the lists can be shared with other users.
This project is part of my bachelor thesis, the goal is to have a container application to analyze security scanners.

## Installation

To install the MarketMinder, clone the repository to your local machine.
Next, use Docker to run the `compose.yml` file.
```
sudo docker compose up
```
Once the containers are running, you can access the application at http://localhost

## Technologies
The MarketMinder is built with the following technologies:

### Backend
- Flask
- Flask-sqlalchemy
- Flask-login
- Flask_restful
- Flask_migrate
- Postgres

### Frontend
- React
- Material UI
- React-query
- nginx