The back-end code for OrdersTaker.
- src (source code)
- routers (all router file in this folder)
- functions (each router in an individual file)
- FacebookAuthRouters.js (Integrating all Facebook login code)
- GoogleAuthRouters.js (Integrating all Google login code)
- UsernamePasswordRouters.js (Integrating user name and password login code)
- NormalRouters.js (all other router is intergrated here)
- utils (some utilities code)
- App.js (the entry file)
- MongoDB.js (all database related code)
- routers (all router file in this folder)
Test code is under the tests folder Jest is using as the test framework