This commit is contained in:
2018-06-22 16:54:18 +03:00
parent 258eed6ee6
commit ba71878261
3 changed files with 33 additions and 8 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Simple Todo list
This is a simple todo list, written in javascript, using express for the backend and react/redux for the frontend.
## 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 `DEV_DB_URI`