Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal]: Base template to create Crow Application #913

Closed
seobryn opened this issue Oct 8, 2024 · 3 comments · Fixed by #950
Closed

[Proposal]: Base template to create Crow Application #913

seobryn opened this issue Oct 8, 2024 · 3 comments · Fixed by #950
Assignees
Labels
discussion The viability / implementation of the issue is up for debate documentation Items related to documentation
Milestone

Comments

@seobryn
Copy link

seobryn commented Oct 8, 2024

I'm not sure if any similar to this exists, but I would like to share with you this template to create Crow Application, is an Starter kit that allow you to create an opinionated Crow App. it contains all the basic things necessary to setup a basic Hello World API.

Let me know if it works for you.

https://github.com/seobryn/corax-template

Features

  • Scripts to Make, Compile and Clean the build
  • Libs Folder to store all the external Libs, Crow is set by default.
  • Format rules using clang-format
@gittiver gittiver added discussion The viability / implementation of the issue is up for debate documentation Items related to documentation labels Oct 9, 2024
@gittiver
Copy link
Member

gittiver commented Oct 9, 2024

Maybe we can put these kind of template linked in a markdown file, same for crow Applications we know of.

@gittiver gittiver added this to the v1.3 milestone Oct 23, 2024
@gittiver gittiver self-assigned this Oct 24, 2024
@seobryn
Copy link
Author

seobryn commented Nov 22, 2024

Hi @gittiver Yes!, it make sense for me, I'll try to make a PR with something like you say.

@gittiver
Copy link
Member

I already made a PR but wanted to add another sample. https://github.com/CrowCpp/Crow/tree/913-proposal-base-template-to-create-crow-application

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion The viability / implementation of the issue is up for debate documentation Items related to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants