https://github.com/eficode-academy/simple-fortune-cookie
CiCd, GitHub Actions, Docker, Kubernetes project for the DevOps Academy!
https://github.com/eficode-academy/simple-fortune-cookie
Last synced: about 2 months ago
JSON representation
CiCd, GitHub Actions, Docker, Kubernetes project for the DevOps Academy!
- Host: GitHub
- URL: https://github.com/eficode-academy/simple-fortune-cookie
- Owner: eficode-academy
- Created: 2021-08-02T11:23:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T19:13:52.000Z (8 months ago)
- Last Synced: 2025-03-02T06:46:22.193Z (2 months ago)
- Language: Go
- Size: 104 KB
- Stars: 8
- Watchers: 1
- Forks: 167
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Fortune Cookie
A project in Go for you to apply all the awesome things
you've learned at the academy!The project can be run by 1-3 people in a team.
## Fork the Project
Fork the project to get your own private working copy:

* invite the team as collaborators, so you can make changes:
When you have a fork that your teammates can access,
please proceed to the [01-introduction](./01-introduction.md).## Folders
- `backend`: a Go server that serves api requests
- `frontend`: an HTTP webserver (in Go) that you can view in your browser## Eficode Notes
This repository is entirely generated.
Changes will be overwritten by subsequent releases,
from the main repository.In case of an unfortunate push,
simply make a new release from the main repository,
and squash the commits on this one.