run npm install
in node-todo folder to install node_modules
, then run npm start
run yarn
in react-native-todo folder to install node_modules
, then run expo start
The back-end side of the app is written with Node.js && MongoDB
To use your own MongoDB Cluster, assign your connection uri into node-todo/config/db-setup.js
file to mongoDbUrl
variable