Code Monkey home page Code Monkey logo

sample-skeleton-projects's Introduction

Join the chat at https://gitter.im/MSaifAsif/sample-skeleton-projects Score status

Sample Skeleton Projects

A collection of small skeleton projects to help start development quickly.

What is this ?

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.

Wait, what's LOC

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

Why do I need this ?

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 the SpringBootHelloWorld 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 beans for JMX exposure on startup
2020-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 StandAloneClient in 2.763 seconds (JVM running for 8.289)
...

What's included ?

The implementations range from MVC frameworks like Struts to small testing libraries like JUnit.

I can't find the framework I am using

Help us implement it. Open a request 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.