Create a skeleton application with basic create, read, update, and delete functionality.
Use the cookiecutter https://github.com/reka/cookiecutter-typer-crud
cookiecutter --replay-file cookiecutter-talk.json https://github.com/reka/cookiecutter-typer-crud
Recommended:
- Move into another directory.
- Adjust the path of
cookiecutter-talk.json
This way, you'll have the generated project in a separate git repository.
Create a skeleton application with basic create, read, update, and delete functionality.
Use the cookiecutter https://github.com/reka/cookiecutter-typer-crud
Recommended:
cookiecutter-talk.jsonThis way, you'll have the generated project in a separate git repository.