/Project_Pal_Server

The remote repository for the Project Pal backend Application

Primary LanguageJavaScriptMIT LicenseMIT

File Structure

/model directory

All files that have to do with data handling and MongoDB connections should be in the model directory

  1. Setup your MongoDB models and schemas in *.mongo.js files
  2. All files for data handling should be in *.model.js files

/router directory

All files for manipulating data and defining api routes should be in the router directory

  1. Files for manipulating data from the _.model.js files should be in the _.controller.js files
  2. Files for defining api routes should be in the *.router.js files