Skip to content

ajupov/Crm.Apps

Repository files navigation

Crm.Apps

API for Lite CRM

Usage

Requirements

Steps

  1. Run posgres in the Docker: docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
  2. Clone file appsettings.local-example.json and rename to appsettings.local.json
  3. Build and run application
  4. The application will be run on http://localhost:9000

Development

  1. Clone this repository
  2. Switch to a new branch
  3. Make changes into new branch
  4. Upgrade PackageVersion property value in .csproj file
  5. Create pull request from new branch to master branch
  6. Require code review
  7. Merge pull request after approving
  8. You can see image in Github Packages

About

API for Lite CRM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published