React-native project with MongoDB Atlas Cloud Database //stuff //123 File hierarchy explained:
1. Backend
1.1 middleware
* jwt token verification and extract payload
1.2 models
* contains mongoose schema
1.3 routes
* contains backend APIs
1.4 utils
* contains function modules such as hash generating module, verification module etc.
2. Frontend
1.1 reducers
* redux functions for state managemnet
1.2 components
* contains re-usable UI components
1.3 screens
* contain primary UI stacks