An open API service indexing awesome lists of open source software.

https://github.com/syssos/fullstackapplication

This repository will be used to practise, deminstrate, and document a Full Stack Application at multiple levels. From Mock to Production this repo will cover it all.
https://github.com/syssos/fullstackapplication

Last synced: over 1 year ago
JSON representation

This repository will be used to practise, deminstrate, and document a Full Stack Application at multiple levels. From Mock to Production this repo will cover it all.

Awesome Lists containing this project

README

          

# Full Stack Application
This project will be targeted towards identifing and strengthening skills required by full stack software engineers. The functionality of the app will relate to online stores, and data manipulation.

## Key Project Concepts
1. Focus on Containerization for rapid deployment
2. Database utilization/ORM concepts and object-oriented paradigm best practices
3. Backend programming model best practices, ie OOP, shared memory model of concurrency, etc...
4. Frontend Libraries and tools, such as JS caching, Bootstrap, cookies and more
5. Continous Intergration best practices
6. Continous Deployment best practices
7. Utilization of devop tools such as github actions, sumologic, etc...

## Project Structure
This project will be broken down into multiple categories. Front end versions will also correspond with backend versions, ie Frontend/v1 and Backend/v1 are used in conjuction with
eachother. The idea is to progressively develop more efficient versions of the application as time goes on, highlighting how the changes impact performace for the end user, or on
systems hosting the application.