Skip to content

Stillpoint-Software/project.cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

project.cookiecutter

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

How to run

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

  1. Create a director for your project
  2. Go to the project folder
  3. At the command line: cookiecutter {Uri to github project.cookiecutter}
  4. Open the solution in VS, and run "docker-compose" in "Debug" mode

Cloning Usage

  1. Clone the project.cookiecutter
  2. Create a project folder
  3. At the command line: cookiecutter {path to the cookiecutter.json file}
  4. Open the solution in VS, and run "docker-compose" in "Debug" mode

About

Based project implementation

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published