https://github.com/stillpoint-software/project.cookiecutter
Based project implementation
https://github.com/stillpoint-software/project.cookiecutter
Last synced: 4 months ago
JSON representation
Based project implementation
- Host: GitHub
- URL: https://github.com/stillpoint-software/project.cookiecutter
- Owner: Stillpoint-Software
- Created: 2024-04-17T13:32:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T15:52:25.000Z (about 1 year ago)
- Last Synced: 2024-04-19T15:18:46.974Z (about 1 year ago)
- Language: C#
- Size: 546 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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