This is the server side of the CRM Customers application. It is a GraphQL API that uses MongoDB as the database.
dev
: Runs the application in development mode using nodemon.start
: Starts the application using node.
The application uses the following dependencies:
@apollo/server
: Version 4.9.4 or laterbcryptjs
: Version 2.4.3 or laterdotenv
: Version 16.3.1 or latergraphql
: Version 16.8.1 or laterjsonwebtoken
: Version 9.0.2 or latermongoose
: Version 7.6.3 or later
The application uses the following development dependencies:
nodemon
: Version 3.0.1 or later