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

https://github.com/govtechsg/2021-bootcamp-gds


https://github.com/govtechsg/2021-bootcamp-gds

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Bootcamp - Government Digital Services - 2021

A simple web application which implements a Todo list.

![Screenshot 2021-09-22 at 10 34 23 PM](https://user-images.githubusercontent.com/710625/134364024-524fa9f5-fddc-4110-a6fc-98ad32cb25b0.png)

## 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)