Shopping has never been so easy. Your companion throughout the day. Forgetting is yesterday.
This Project was created as part of Web Engineering 1. With Shopler you have quick access to your missing items - whether food, car parts, ...
- create new items
- add items to your list
- check off articles
Required Software:
- nodejs
- npm
- docker & docker-compose
- Get Repository
$ git clone
- Install dependencies
- frontend
$ cd frontend $ npm ci
- server
$ cd server $ npm ci
- frontend
- Start Services
- mariadb
(wait till database available)
$ docker-compose up
- backend (on first run)
- create JSON file with categories array. E.g.:
{ "categories": [ "food", "beverages", "hygiene" ] }
- run init script
$ cd server $ npm run init -- path/to/categories.json
- create JSON file with categories array. E.g.:
- backend
$ cd server $ npm start
- frontend
$ cd frontend $ npm start
- mariadb