Skip to content

ytzvan/crm-api

Repository files navigation

Description

CRM API is an API for building CRM's. Get an API REST boilerplate to kickstart the backend of your project.

how to use it:

  • 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

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

Support

CRM API is a project created and maintained by Ytzvan Mastino and hopefully other contributors in the future..

Stay in touch

License

CRM API is MIT licensed.

About

CRM API is an API-first for your business case. Think about a local Firebase on steroids.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published