This is our basic project setup that includes, OAuth and Azure parameters.
The solution includes the following projects:
- Base Project
- Api
- Abstractions
- Database
- Migrations
- Tests
You can use the cookiecutter project in two ways. Cloning the project or just run the cookiecutter command.
Install cookiecutter at the command line: python3 -m pip install --user cookiecutter
Command Line Usage
- Create a director for your project
- Go to the project folder
- At the command line: cookiecutter {Uri to github project.cookiecutter}
- Open the solution in VS, and run "docker-compose" in "Debug" mode
Cloning Usage
- Clone the project.cookiecutter
- Create a project folder
- At the command line: cookiecutter {path to the cookiecutter.json file}
- Open the solution in VS, and run "docker-compose" in "Debug" mode