philippem / react-todo

React todo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Todo With Users and Local Auth

Tyler Water's intepretation of the classic React Todo app that implements a user/password store.

A local SqlLite db store users.

Redis is used to cache tokens.

Pre-requisites

  1. Redis See ./env/*.env for configuration details pointing to your redis server. You can run a docker container for redis with

docker run -p 6379:6379 -d redis

Running

$ npm install
$ npm run db
$ npm run start:redis-dev
$ npm start

About

React todo application


Languages

Language:JavaScript 98.9%Language:CSS 0.8%Language:HTML 0.3%