https://github.com/govtechsg/2021-bootcamp-gds
https://github.com/govtechsg/2021-bootcamp-gds
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/govtechsg/2021-bootcamp-gds
- Owner: GovTechSG
- License: mit
- Created: 2021-09-06T04:31:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T20:48:58.000Z (over 3 years ago)
- Last Synced: 2025-04-19T08:10:28.441Z (about 1 year ago)
- Language: TypeScript
- Size: 3.33 MB
- Stars: 1
- Watchers: 11
- Forks: 23
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootcamp - Government Digital Services - 2021
A simple web application which implements a Todo list.

## Prerequisites
There are a couple of things you need for this workshop:
- An Integrated Development Environment (IDE) like [Visual Studio Code](https://code.visualstudio.com/download)
- Git (version control system) client, either:
- GitHub Desktop for [Windows](https://desktop.github.com) | [macOS](https://desktop.github.com)
- Git client (from your Linux distribution)
- Docker
- Docker Desktop for [Windows](https://docs.docker.com/desktop/windows/install/) | [macOS](https://docs.docker.com/desktop/mac/install/)
- Docker Engine and Docker Compose for [Ubuntu 20.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04) | [Arch Linux](https://wiki.archlinux.org/title/docker)
- AWS Account ([setup instructions here](./exercises/30-DevOps-Setup.md))
## What's Next?
To learn more about how the application is structured, see [Architecture.md](./ARCHITECTURE.md)
Once you're ready, let's get started with the [Exercise List](./exercises/README.md)