- Notifications
You must be signed in to change notification settings - Fork15
A collection of skeleton projects to help start development quickly
License
MSaifAsif/sample-skeleton-projects
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A collection of small skeleton projects to help start development quickly.
The projects are simply basic and easy to execute implementations of some of the popularly used frameworks and libraries out in the market. Definition of small depends on LOC. The idea started as a private project but now is being put public for everyone to benefit.
LOC, or simply Lines Of Code, is the approximate sum of the minimum lines of code and configurations that are absolutely essential to deploy the project
These can be used to jump start your coding time by simply forking these projects or using them as reference and then building your application on top of them. In theory you just need to do a few steps to have it up and running. The following is an example of how to run theSpringBootHelloWorld
skeleton
$cd web-api/SpringBootHelloWorld/$ mvn spring-boot:run....RequestHandler]2020-09-29 13:35:28.722 INFO 48888 --- [ main] o.s.j.e.a.AnnotationMBeanExporter: Registering beansfor JMX exposure on startup2020-09-29 13:35:28.784 INFO 48888 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer: Tomcat started on port(s): 8080 (http) with context path''2020-09-29 13:35:28.790 INFO 48888 --- [ main] com.sample.runners.StandAloneClient: Started StandAloneClientin 2.763 seconds (JVM runningfor 8.289)...
The implementations range from MVC frameworks like Struts to small testing libraries like JUnit.
Help us implement it. Open arequest or send us a PR. More than happy to add more.
Note: Projects not listed in the index table below are either in development phase or in debug mode and are not be relied on yet.
.├── benchmarking│ └── JMH├── big-data│ └── MapReduceHelloWorld├── crawlers│ ├── Crawler4jHelloWorld│ └── JsoupHelloWorld├── datastore│ ├── nosql│ │ └── MongoDbHelloWorld│ └── sql│ ├── Ebean│ └── JPA├── logging│ ├── Log4j│ └── logback├── mvc│ ├── AppletHelloWorld│ ├── JSFHelloWorld│ ├── PlayHelloWorld│ ├── Servlet30HelloWorld│ ├── Struts2HelloWorld│ ├── StrutsHelloWorld│ ├── TapestryHelloWolrd│ └── WicketHelloWorld├── profiling├── queuing│ └── SpringBootRabbitMQ├── testing│ ├── mocking│ │ └── mockito│ ├── ui-testing│ │ └── cypress_test_integration│ └── unit-testing│ ├── junit4│ │ └── UnitTestsCodeCoverage│ └── junit5├── web-api│ ├── AxisWebserviceHelloWorld│ ├── DropwizardHelloWorld│ ├── EJBHelloWorld│ ├── Firefly│ ├── JavaLiteHelloWorld│ ├── Pippo│ ├── PortletsHelloWorld│ ├── RESTEasy│ ├── SparkHelloWorld└── └── SpringBootHelloWorld
About
A collection of skeleton projects to help start development quickly
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.