Skip to content

alwasa0b/todo_asyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple todo async app with redux saga.

You will need a MongoDB database to run this app. Create a .env file inside the server folder and place your DB_URL link there. Find the .env.example for DB_URL example.

Usage

cd .\client\
yarn
cd ..\server
npm install
npm run dev