To create a open source tool to track and manage an organizations' snail mail.
To ensure commit messages are consistent and easily understandable, please read and follow the below style guide.
To ensure the codebase conforms to a standard, the following JavaScript Style Guide will be adopted:
api
- Contains all endpoints and middlewaresbin
- Contains entry point for the application. config
- To be removedmodels
- Files defining each model or table within the databasenode_modules
- All node modules required for the projectpublic
- All front end code (javascript and stylesheets)services
- Files interacting with the database or other services test
- Contains test files for each endpointviews
- Contains ejs
files used to render server side template
.env
- Contains environmental variables such as database connection user name and passwords.eslintrc.js
.gitignore
app.js
CONTRIBUTING.md
LICENSE
package-lock.json
package.json
README.md