- GET
- POST
- PUT
- DELETE
Change the config file in AppServer
and change the MONGOURI
to your MONGODB Atlas
url.
npm install
nodemon server.js
NOTE
: If you are running the app on an android emulator the replace the localhost with the following :-
10.0.2.2
If you are running the app on a real device then replace the localhost with your IP ADDRESS
http://localhost:3000/getAll
http://localhost:3000/createTrans/:id
http://localhost:3000/updateTrans/:id
http://localhost:3000/deleteTrans/:id
- React Native 0.62
- react-native-modal
cd into the client
directory and run
npm install
react-native run-android