Skip to content

DHBW-FN-TIT20/shopler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Shopler

Shopping has never been so easy. Your companion throughout the day. Forgetting is yesterday.

General

This Project was created as part of Web Engineering 1. With Shopler you have quick access to your missing items - whether food, car parts, ...

  1. create new items
  2. add items to your list
  3. check off articles

Installation

Required Software:

  • nodejs
  • npm
  • docker & docker-compose
  1. Get Repository
    $ git clone
  2. Install dependencies
    • frontend
      $ cd frontend
      $ npm ci
    • server
      $ cd server
      $ npm ci
  3. Start Services
    • mariadb
      $ docker-compose up
      (wait till database available)
    • 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
    • backend
      $ cd server
      $ npm start
    • frontend
      $ cd frontend
      $ npm start

Contributors

About

๐Ÿ›’ Shopping has never been so easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages