Thanks to visit codestin.com
Credit goes to github.com

Skip to content

allison-knauss/arkweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arkweb - Codebase for Allison's personal website

The plan is simple. An open source, MIT Licensed web application which serves as a home for some of my technical knowledge hosts my writing and public content, for which I retain proprietary ownership.

Usage

You'll need docker. The application aims to be runable in docker by doing nothing more than git clone https://github.com/allison-knauss/arkweb followed by docker-compose up. Production deployments may require an extra step or two.

Technology

  • Python
  • Flask
  • PostgreSQL
  • An as-yet-undetermined database migration library
  • AngularJS or React
  • HTML5

Expectations

  • All code will follow PEP-8 except the places I don't like it. If a different approach is distinctly cleaner, it's fine, except 4 space indentation is required at all times.
  • 100% code unit test coverage. No excuses.
  • All environments, including production, will eventually run Chaos Monkey.
  • Code should be self-documenting. Use comments to clarify any pieces which aren't.

Repository layout

  • api/ contains all code for the api service
  • web/ contains all code for the web service
  • test/ contains all unit test code

Services

  • arkweb, the web service, serves as a custom CMS-ish service, it serves static and dynamic web content. As a web-tier service, it communicates solely with arkapi and anything else that may be put in the service tier.
  • arkapi, the api service, presents a REST API and contains application business logic. It is in the service-tier.
  • db, the database service, is in the data-tier.

About

Codebase for Allison's personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages