Skip to content

PengWang0316/OrdersTaker-Backend

Repository files navigation

Orders Taker Back-end

The back-end code for OrdersTaker.

Build Status Coverage Status tested with jest

Simple file structure explanation

  • 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)

Front end repository

Order Taker Front-end

Test 🎉 🎉

Test code is under the tests folder Jest is using as the test framework

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published