Skip to content

This will be a template you can use to start a side project, such as a website for an event.

Notifications You must be signed in to change notification settings

svthalia/sideproject-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Side project template

This repository is a template for any side project you might want to start. It is useful for example if you're making a website for an event. Some examples from the past where such a template would be useful are:

  • A website for Thalia's Symposium
  • A website for the introduction week.

This template contains the following stuff:

  • A reusable Terraform module to manage cloud infrastructure on AWS. This can be used in your own repository without copying the source, as shown in the example, by using:
    module "sideproject" {
        source = "github.com/svthalia/sideproject-template//terraform/sideproject?ref=main"
        # ...
    }

About

This will be a template you can use to start a side project, such as a website for an event.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages