Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.8 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.8 KB

Welcome to MyMark

MyMark is an online marketplace demo that will serve the following purposes:

  1. Show how to develop a simple web application using software architecture best practices. Technically, the project will be based on Java, Spring and other technologies.
  2. Enable the creation of a DevOps pipeline that will be used to deploy the application to multiple environments on AWS.
  3. Demonstrate how to take a monolithic application and transform it into a microservices architecture.
  4. Tinker with new tools and technologies.

The MyMark Projects

MyMark consists of the following GitHub repositories:

Useful Links

About MyMark

MyMark is (or currently, will be) an online marketplace that will allow customers to purchase products online.

A Programming Note...

The initial iterations of MyMark will be as a REST API. A web front end will be added later.