Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/53845714nf/marketminder
- Owner: 53845714nF
- License: gpl-3.0
- Created: 2024-06-14T11:25:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T13:10:46.000Z (5 months ago)
- Last Synced: 2024-08-08T15:29:28.217Z (5 months ago)
- Topics: flask, flask-migrate, flask-restful, flask-sqlalchemy, material-ui, postgresql, react, react-query
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
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