CRM API is an API for building CRM's. Get an API REST boilerplate to kickstart the backend of your project.
- yarn install
- yarn start:dev
- Define your business logic
- Get a REST API with a MongoDB database to access your data.
- Modules:
- Users: create / manage users.
- Products: products for sale.
- Inventory: for products that manage physical inventory
- Reservations: For time / slot based products or services.
- Sales: All your sales. Inventory or Reservation based. - todo
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
CRM API is a project created and maintained by Ytzvan Mastino and hopefully other contributors in the future..
- Author - Ytzvan Mastino
- X - @ytzvan
CRM API is MIT licensed.