Skip to content

marvelousSarsaparilla/paktServer

Repository files navigation

Table of Contents

  1. Pakt Client
  2. Team
  3. Development
    1. Installing Dependencies
    2. File Hierarchy
  4. Contributing
  5. Documentation
  6. Tests

Pakt Client

You can find the corresponding Client here.

Team

  • Product Owner: Taylor Chamberlain
  • Scrum Master: Vincent Pham
  • Development Team Members: Deniz Mekik, Robert Boggs, Taylor Chamberlain, Vincent Pham

Development

Installing Dependencies

From within the root directory:

npm install

File Hierarchy

ROOT
 |__SERVER__
    |- mockData.js
    |- server.js
    |
    |__CONTROLLERS__
    |   |- paktController.js
    |   |- paktUserController.js
    |   |- pictureController.js
    |   |- userController.js
    |
    |__MODELS__
    |   |- paktModel.js
    |   |- paktUserModel.js
    |   |- pictureModel.js
    |   |- userModel.js
    |   |- userUserModel.js
    |
    |__QUERIES__
    |   |- paktQueries.js
    |   |- paktUserQueries.js
    |   |- pictureQueries.js
    |   |- userQueries.js
    |
    |__SPEC__
    |   |- paktControllerSpec.js
    |   |- pictureControllerSpec.js
    |   |- userControllerSpec.js
    |
    |__UTILS__
        |- cronJob.js
        |- db.js
        |- env.example.js
        |- middleware.js
        |- routes.js
        | ... etc ...

Contributing

See CONTRIBUTING.md for contribution guidelines.

##Documentation Google Doc

##Tests From within the root directory:

mocha spec

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •