Skip to content

Full Stack Lerna monorepo react (redux-toolkit and rtk-query), nest and postgres dockerized todo app.

Notifications You must be signed in to change notification settings

MichaelTolchinsky/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-App

Full Stack Lerna monorepo react (redux-toolkit and rtk-query), nest and postgres dockerized todo app
The main goal of this project was to learn lerna, redux-toolkit and rtk-query

How to run the app

  1. Make sure you have docker installed on your machine, if not here is the link (https://www.docker.com/get-started)
  2. Run Docker
  3. Open terminal in the root folder of the project and run docker-compose up
  4. Explore my todo app