2018-05-30 21:42:30 +03:00
2018-08-25 13:14:02 +03:00
2018-07-07 18:26:59 +03:00
2018-08-25 21:00:48 +03:00
2018-07-07 18:26:59 +03:00
2018-08-25 13:14:02 +03:00
2018-07-07 18:26:59 +03:00
2018-05-16 18:25:55 +03:00
2018-08-25 13:14:02 +03:00
2018-07-13 03:33:16 +03:00
2018-07-28 01:22:03 +03:00
2018-08-25 13:14:02 +03:00
2018-08-25 13:14:02 +03:00
2018-06-28 18:13:06 +03:00

Simple Todo list

This is a simple todo list, written in javascript, using express for the backend and react/redux for the frontend. It also can work in offline, thanks to redux-offline.

Running it

To run it you should start the backend and the frontend. To start the backend use npm run debug To start the frontend cd react && npm start

And visit it at http://localhost:3000

Configuration

By default development server uses mongodb todolist database at localhost, you can change it with environment variable DB_URI

If you are running it in production environment, you should set these environment variables:

HSTS = true/false
MONGODB_URI
PORT
SECRET

Offline

To enable service worker, the frontend should be run in production environment. To run it locally you should build the frontend: cd react && npm run build.

And visit it at http://localhost:4000

Description
A simple todo list
Readme MIT 6.4 MiB
Languages
JavaScript 92.2%
CSS 5.5%
HTML 1.3%
Dockerfile 1%