Todo Application to manage tasks
For detail installation steps please check the sub folders client and server respectively.
Please before run the app, take into account to have a node.js installed in your system locally and mongodb as well (atleast MongoURI from Atlas)
- Clone the repository
git clone https://github.com/ravisankarchinnam/getir-todo-app.git
- Install dependencies
cd client && yarn install
cd server && yarn install
- Run the app concurrently
yarn start
- Configure better prettier and eslint for front end
- Write unit tests & cypress test
- configure pre commit hooks husky
- dockerize the Application