API for Lite CRM
- Run
posgres
in the Docker:docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
- Clone file
appsettings.local-example.json
and rename toappsettings.local.json
- Build and run application
- The application will be run on http://localhost:9000
- Clone this repository
- Switch to a
new branch
- Make changes into
new branch
- Upgrade
PackageVersion
property value in.csproj
file - Create pull request from
new branch
tomaster
branch - Require code review
- Merge pull request after approving
- You can see image in Github Packages