Skip to content

Oksamies/ostoslista

 
 

Repository files navigation

Ostoslista

Simple shopping list Web application, in which a single shopping list can be shared among family members. Uses Redis as storage, while the UI has been implemented with RE:DOM and Bulma.

Requirements

  • Redis
  • Node.js >=8

How to get up and running

Clone this Git repository into somewhere, set up your Redis, then proceed by installing dependencies and building static assets:

$ npm install
$ npm run build

After that you can start the application with:

$ npm start

Which starts the backend HTTP server in port 3000. You can change the default port with PORT environment variable. Redis is assumed to be running on localhost at default Redis port by default, however this can be customized with environment variable REDIS_URL.

Attributions

Icon made by Freepik from www.flaticon.com.

About

Shopping list implementation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 2.3%