Skip to content

A project(still in incubation) for fast developing of MVPs(Minimum Viable Products), corporate apps or PoCs(Proof Of Concepts) among others.

Notifications You must be signed in to change notification settings

acoronadoc/garagefwk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A project under development(still in incubation) for fast developing of MVPs(Minimum Viable Products), corporate apps or PoCs(Proof Of Concepts) among others using your own tech stack and make easy scalability, high availability, resource-efficient, cost-effective solutions as well as Green Coding.

The idea is to create apps just with configuration(No code) or extends functitonality using Go or your prefered Tech Stack(Java, Python, ...).

If you are interested, please contact Albert Coronado.

When to choose(still in incubation)

  • Requirement to develop corporate software, PoCs, MVPs.
  • Reduce development time and effort and adopt a flexible and scalable approach.
  • Extend as you wish. Even using your own stack: Golang, Java, Python, etc.
  • Low resource consumption and low operational costs.
  • Green Code.

๐Ÿš€ Quick start

An example application implemented with the framework is available in the 'garagedevops' folder:

  1. First step, you need a MySql database with this tables:
CREATE TABLE `DataObjects` (
  `id` varchar(100) NOT NULL,
  `perms` longtext NOT NULL DEFAULT '{}',
  `reg` longtext NOT NULL DEFAULT '{}',
  `metadata` longtext NOT NULL DEFAULT '{}',
  `owners` longtext NOT NULL DEFAULT '{}',
  `objecttype` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
  1. Configure file 'config.yml'.
  2. Start the application by:
go run main.go

๐Ÿ“ธ Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

About

A project(still in incubation) for fast developing of MVPs(Minimum Viable Products), corporate apps or PoCs(Proof Of Concepts) among others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published