| Current Path : /proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/partner-manager-backend/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/partner-manager-backend/README.md |
# Partner Manager Backend component dealing with partner data structures. ## Contents app.json: the main project file package.json and package-lock.json: dependency files for npm models: objects, classes, schemas, organized by categories services: shared functions test: mocha unit test files ## Execution npm start ## Tests nodemon server ## Configuration install node npm install ### Workspace Setup This is how the workspace was initialized: - npm init - npm install express - npm install graphql express-graphql - npm install mongoose - npm install bcrypt - npm install jsonwebtoken